Tagged: full width, google maps
Hi I’m trying to set my google map element to full width
I followed instructions from this post https://kriesi.at/support/topic/google-maps-in-full-width-slider/ but I’m not able to achieve the desired effect
Hi rcgroup!
Please use following code instead
div#fullwidthmap .container {
max-width: 100%;
padding: 0;
}
Best regards,
Yigit
Hi rcgroup!
By default the maps should be displaying full width. You most likely have it inside a 1/1 column or color section which is why it’s not displaying full width.
If your still having problems then change your code to this.
#fullwidthmap .container {
width: 100% !important;
max-width: 100% !important;
}
Regards,
Elliott
Thank you this worked