Is there a way to stop the store locator zooming out?

  • Issue description:
    I set up a store locator for a brand which has a lot of points of sale in the Netherlands. The initial zoom on the locator (Map Zoom setting: 10) looks fine for this use, however when someone types in an address or city in the search bar and hits “search” the map zooms out to a lever which shows the whole of Europe. Is there a way to lock in the map zoom to the original setting (10)?

  • Link to the page with the widget in question:

  • Storefinder - Day and Eve

1 Like

Hi there, @Xippe_Kahle :wave:

Right now, there is no option to implement this customization. If this request gets more votes, we’ll try to think about this opportunity in the future :slightly_smiling_face:

Also, our devs checked your website and noticed an issue with the conflicting styles. Feel free to add this code to the Custom CSS field on the Style tab of your widget’s settings to resolve the issue:

[class*='TextControlBase__TextControlBaseInput-sc'] {
  font-style: inherit !important;
  font-variant: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
  color: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  transform: translate3d(0px, 0px, 0px) !important;
  height: auto !important;
}