Hi Benji, you’d need to do a little customization here.
If you haven’t already done so I’d recommend reading our Themer’s Guide and our tutorial on template overrides.
Once you’ve set up an events directory within your theme you can do one or all of the following:
- Change events.css and modify the rule, found around line 316, that governs the width of the definition list (that’s the list containing the name, address, description etc). You could remove the width rule completely, for instance.
- Override single-venue.php and change the inline style of the div used to contain the Google Map, or re-position it (here’s an example).
Does that help here? If there is anything that’s unclear please just let me know.