Archived topic
Google Map in page header
3 replies · Started by Antwan on December 14, 2016
Hi Tom,
I placed a 100% width Google Map (using the plugin "WP Google Maps") in my page-header (using the Page Header add-on). But the div.class generate-inside-page-header-content still limits the width to the predefined 1100px, even when I set the Inner Header Width to "Full". With background images this works fine, but the map seems to be restricted: https://www.akoesticum.org/en/contact/. Do you have any suggestion how to fix this?
Thanks in advance,
Antwan
Hi there,
Try adding this CSS to the page:
.inside-content-header.grid-container {
max-width: 100%;
}
Let me know :)
Hi Tom, you're the best. Thanks a bunch!
You're welcome! :)