Adjust width and height of locator widget

Please add adjustable sizing to the widget width and height, and control over the side panel as well. It either covers the map too much, or is completely gone and only available via pop-up. It should be customizable to screen size, or have a collapsible feature. The entire widget size is ~1100px long by ~900px wide and cannot be adjusted to better condense on a webpage.

1 Like

Hi there, @Allegheny_County :wave:

We agree that it would be great to have this option in the settings. If this idea gets more votes, we’ll try to consider it in the future :slightly_smiling_face:

2 posts were split to a new topic: Adjust size of Store Locator widget

Is there a temporary CSS Code?

1 Like

@kanaka, This code should help:

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

The height always stays the same. There is no setting to change this. Please add this :slight_smile:

2 Likes

Hi there, @user2918 and welcome aboard :wave:

This is a nice idea, and we already have this request on the Wishlist. I’ve moved your comment to this thread as well.

While we don’t have settings for changing the widget size, you can use the CSS code from the message above to change the width and height :slightly_smiling_face: