Add settings to remove location list

I’d like to remove the map directory in the store locator feature. I wanted to use this map to showcase client projects they have worked on, and wanted to remove the blank white bar on the side to get a full screen map.

1 Like

Hi there @Eli_Kisko_Design :wave:

We see how useful this option might be for our users, so we’ll try our best to consider it for the widget future updates.

As a workaround, you can use this CSS code to remove the location list from your widget

.global-styles,
[class*="desktop-layout__Sidebar-sc-"],
[class*="mobile-layout__Directory-sc-"] {
  display: none !important;
}

It’s just necessary on some builds.

1 Like

Hi @Justin98 :wave:

Thank you so much for sharing your feedback with us!

We already have a similar request in the Wishlist. I’ve moved your comment to the thread where we’ll post all the updates.

As a workaround, feel free to use the CSS code from the message above :slightly_smiling_face: