Hey @aprilfrancis,
Thanks for reaching out here. Your questions are unfortunately theme-specific design questions, which we can’t help with, but the general idea here would be to head to the bottom of your theme’s style.css file and write Custom CSS to adjust this layout to your needs.
To make it a lot easier to write such customizations, I highly recommend a tool like Firebug if you use FireFox, or the Developer Tools for either Safari or Chrome – these tools are wonderful and all have an “Inspector” tool that let you zoom right over an element to see what CSS you’ll need to adjust its display.
Something like this might help on your site, though I’m not sure for certain since I was unable to find the Map View page on your site:
#tribe-geo-map-wrapper {
float: left;
clear: both !important;
width: 100% !important;
}
If you have other technical support questions or questions about functionality please let me know!
Thank you,
George