I would like for the Google Map I’ve placed in the code block to display at 100% width.
I’ve input the following CSS
#mapblock .container {
max-width:100% !important;
}
But, the container is not displaying 100% full width. Can you please let me know what more needs to be done?
I do not want to use the Enfold Theme Google Maps option, as I was being charged overage fees from Google.
Hey Beth,
Please try this instead:
#mapblock .container {
max-width:100% !important;
padding:0 !important;
}
Best regards,
Rikard
Perfect! Thank You!
Hi cinchmedia,
Glad we could help :)
Best regards,
Victoria