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
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
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;
}