Display search portion of widget (no map) in Store locator

It would be nice to not be forced to display the entire map. Some of our web pages just need the search, without the entire map being displayed. Ideally we could have 2 widgets, one that’s just the search bar side, and one that’s the full store locator.

1 Like

Hi there @Devon_Potter :wave:

Apologies for the delayed response!

You can hide the map using this code in the Custom CSS field on the Style tab of your widget’s settings:

.global-styles,
[class*="mobile-layout__MapContainer-sc"] +
[class*="FloatingButtonContainer-sc"],
[class*="map__MapSizeWrapper-sc"] {
  display: none !important;
}

Give it a try and let me know if you like the result :slightly_smiling_face:

Thanks for letting me know! We are actually having a different issue with our widgets for some reason. https://532693daeb2349cca7f58a266c124309.elf.site

Images aren’t loading. Why is this? Is there a way for us to host on our own CDN?

1 Like

Indeed, some of the images aren’t loaded on my end too.

I’ve forwarded your request to the devs. I’ll update you here, once anything comes up :slightly_smiling_face:

@Devon_Potter Great news, the issue has been addressed.

Please check your widget and let me know how it works :wink: