Happy to see you on our forum! Welcome, @Leana_Nhan
We’ll try to think about implementation of this setting, especially if more users find it helpful too
Happy to see you on our forum! Welcome, @Leana_Nhan
We’ll try to think about implementation of this setting, especially if more users find it helpful too
Is there a way to reduce height of the whole map itself?
Hi there, @kanaka
Sure! This code should do the trick:
.global-styles,
[class*="widget__Container-sc"] {
height: 600px !important;
}
Could you please send me a link to the page where your widget is installed?
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