I have added a map at the bottom of a page, and made it fluid. This made it "mostly" edge to edge, but not quite. Is there a way to remove the white around the sides of the map?
Adding a screenshot for clarification:
patvandenbosche Hi Add this code in custom css
.item-112 .t4-bottom .t4-section-inner {padding-right:0px; padding-left:0px;}
Perfect! Thank you.