This topic contains 1 reply, has 2 voices, and was last updated by Melanie 8 years, 3 months ago.
Editable Search and Filters box sizes and positions
You must be logged in to reply to this topic.
This topic contains 1 reply, has 2 voices, and was last updated by Melanie 8 years, 3 months ago.
Hi,
I would like to see a feature where we could set manually the position of the search bar and the filter box (I wanted them closer to the borders as they were blocking some real estate place on the map.) I know it’s only a css tweak (btw i’ve added my tweak at the bottom of this post for anyone wanting the codes). But this would be nice. I’ve even resized you select button that is (to my eyes) so big for nothing. This could also be an editable feature that could be added.
So here’s the tweaks:
.ssf-panel.shadowed.store-locator__actions-bar {
margin-top: -52px;
padding-top: 1px;
padding-bottom: 1px;
height: 73px;
padding-left: 1px;
padding-right: 1px;
}
#applyFilterOptions.ssf-button.expand {
padding-top: 2px;
padding-bottom: 2px;
padding-right: 2px;
padding-left: 2px;
width: 64px;
font-size: 12px;
}
.large-3.ssf-column {
width: 240px;
height: 320px;
left: -42px;
margin-top: -28px;
}
.ssflabel {
width: 200px;
}
Hi there,
Thank you for your great feedback on the option to tweak the filter and search boxes, we’ll consider to add this feature in the near future.
Best Regards,
Melanie
You must be logged in to reply to this topic.