Site logo

Archived topic

Google Maps Embed not reaching full width on desktop

3 replies · Started by Chris on August 16, 2020

Viewing posts 1–4 of 4

Hello,

I have a google maps embed on this page that has a thick border on either side. It looks like all the settings are configured properly for it to stretch from end to end but it's not quite there. Please help!

Thanks,
Chris

Hi there,

edit the Section containing the map and give it a custom CSS class of strip-padding.
Then add this CSS:

.generate-sections-container.strip-padding .generate-sections-inside-container {
    padding-left: 0;
    padding-right: 0;
}

Awesome, thanks so much for the help!

You're welcome

This archived topic is closed to new replies.