can we have a smaller map - at the moment its so long - everyone misses the actual pin - a small square map would be great!
1 Like
Hey there, @Khush_Jabble
The code below should work for you:
[class*="desktop-layout__MapContainer-sc"],
[class*="mobile-layout__MapContainer-sc"] {
max-width: 400px;
max-height: 500px;
}
Please add it to the Custom CSS field on the Style tab of your widget’s settings and let me know if it helped
By the way, if you decide to change the height of the sidebar, feel free to use this code:
[class*="desktop-layout__Sidebar-sc"] {
max-height: 500px;
}
It doesn’t quite work for me max
See here – even though the map has now changed size – the iframe that it is in (or whatever you call it) is still HUGE!
1 Like
We’ve slightly adjusted the code, so everything should be fine now.
Please check your website and let me know if you like the result
PERFECTION - thank you
1 Like
It’s my pleasure