Site logo

Archived topic

full screen width for map plugin

3 replies · Started by Schuyler on June 3, 2018

Viewing posts 1–4 of 4

I've been struggling to get the map on this page to go full screen. The map plugin is set to 100% width but I just can't figure out the right css to use to extend it all the way across the screen...

Hi there, if you want to remove the padding from only that section, then you can use this CSS:

#generate-section-2 .generate-sections-inside-container {
	padding-left: 0;
	padding-right: 0;
}

thanks

You're welcome

This archived topic is closed to new replies.