Maps not filling entire space

Hello! When I embed a map, it doesn’t fill the entire content space. How can I fix this? crosstownalliance.com/locations

Hello @crosstownalliance,

Thanks for writing in! Please edit your page and then in your section settings, remove the bottom padding of your section. If nothing is helping, provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WP login URL
– WP username
– WP password
– WP Administrator Role
- Confirmation that we can access and make changes to your site

To know how to create a secure note, please check this out: How The Forum Works

Best Regards.

Hi @crosstownalliance,

Thanks for reaching out!

In your Map Element, I added this code to make the maps fill the entire space.

$el .x-frame-inner {
  position: initial;
} 

This is how it looks on the front end:

Hope that helps.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.