Customization of Store Locator widget

Happy to see you on our forum! Welcome, @Leana_Nhan :wave:

We’ll try to think about implementation of this setting, especially if more users find it helpful too :slightly_smiling_face:

1 Like

Is there a way to reduce height of the whole map itself?

1 Like

Hi there, @kanaka :wave:

Sure! This code should do the trick:

.global-styles,
[class*="widget__Container-sc"] {
height: 600px !important;
}

Thanks, do you know what could be causing this issue?

1 Like

Could you please send me a link to the page where your widget is installed?

1 Like

Thank you!

We’ve fixed the issue, using this code in the Custom CSS field on the Style tab of your widget’s settings:

input {
  height: auto !important;
}

Please check your widget and let me know if it’s fine now :slightly_smiling_face: