This topic has 4 replies, 2 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
Hello, on the contact page, how can I make the width of the map to shrink so that its centered and does not extend across the whole page. I try changing the percent on the contact page, but it does not work. Please help.
Hello,
Please add this code in custom.css file:
div#map_54a7f7b8345af {
width: 1100px;
min-width: 1100px;
left: 0px;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
I added such code onto custom.css and it did not work. I also made sure that my custom.css is enabled in the theme options. The map’s width is still across the whole page.
Hello,
In this case you can try to use other VC element for Google map:
It won’t be shown for full width.
Thank you.
Regards,
Eva Kemp.
The issue related to '‘Width of Map too wide’' has been successfully resolved, and the topic is now closed for further responses