Tagged: full screen, google maps
I have a Google Map I built using “Google My Maps” that displays my property inventory. I would like to replicate the full screen look and feel of this site: http://www.lamar.com/InventoryBrowser
Please see private content for more details. Thank you!
Hey Starkos,
Thanks for getting in touch with us!
In the embed code they provided change the value for the width to “100%” and adjust the height to the value you want as well. Then please add this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page-id-580 .container {
margin: 0px;
padding: 0px;
max-width: 100%;
}
Best regards,
Jordan
Unfortunately, that didn’t work. I’ve made the changes you mentioned, but the width and height is still not 100% of the main container.
Hi,
Thanks for getting back to me!
I added the !important tag to the ‘max-width: 100%’ part of the code I gave you before. That forced it fullscreen.
Let me know if you need further assistance.
Best regards,
Jordan
I tried this again, but still no luck. Again, I’m trying to have it look like this:
http://www.lamar.com/InventoryBrowser
Any help would be greatly appreciated. Thank you!
Please see private content for login information.