This is how my sections is configured:
View post on imgur.com
then i just have the map shortcode in the content:
View post on imgur.com
(that is_responsive=”true” makes the map to fill the entire container width, but it is something of that plugin in particular although it is a pretty standard feature in responsive maps widgets/shortcodes)
Then I added this css snippet for that section:
.map-section .generate-sections-inside-container {
padding-left: 0 !important;
padding-right: 0 !important;
}
And that’s it 🙂