Smaller map

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 :wave:

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 :slightly_smiling_face:

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!

https://www.kapz.com/directions

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 :slightly_smiling_face:

PERFECTION - thank you

1 Like

It’s my pleasure :wink: