Jump to content

CSS help for Universal Filter on Product Page

Recommended Posts

Site URL: https://activestatedesigns.squarespace.com/shop

Hello there,

I am very close to going live for my Squarespace site.  However, I cannot get the filter I purchased to look good.  Can someone help with the CSS please?  I've tried, but can't seem to dissect it to get it to look right.  The search on right should be wider and show it's a text input field.  Then the dropdowns the width isn't right and there's some line breaks because width needs to be fixed.  Otherwise I think it's close!

My site is here: https://activestatedesigns.squarespace.com/shop
Password: SiteTest

Filter plugin: Universal Filter

Thanks in advance!
Lorne

Edited by Lorne17
Copyright
Link to comment
3 hours ago, Lorne17 said:

Site URL: https://activestatedesigns.squarespace.com/shop

Hello there,

I am very close to going live for my Squarespace site.  However, I cannot get the filter I purchased to look good.  Can someone help with the CSS please?  I've tried, but can't seem to dissect it to get it to look right.  The search on right should be wider and show it's a text input field.  Then the dropdowns the width isn't right and there's some line breaks because width needs to be fixed.  Otherwise I think it's close!

My site is here: https://activestatedesigns.squarespace.com/shop
Password: SiteTest

Filter plugin: Universal Filter: https://www.squarewebsites.org/universal-filter?password=UniFilterSecret

Thanks in advance!
Lorne

Hi. Please don't share Filter Plugin Code/Documentation on Forum. 

With your problem, try adding this to Design > Custom CSS

/* Filter plugin tweak */
@media screen and (min-width:992px) {
.custom-filter-container .customFiltersWrapper .customFiltersContainer {
    width: 100% !important;
    justify-content: space-between;
}

.custom-filter-container.custom-filter-view-modern .customFiltersWrapper .sqs-block {
    width: 15% !important;
}

.custom-filter-container.custom-filter-view-modern .sqs-block.custom-items-search .search-icon {
    position: relative;
    top: 15px;
}}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Thank you for the quick response, super helpful!  I took down the link, I thought that link was password protected, my apologies!  

 

I used the CSS you sent over, and it did layout the buttons nicer but a couple more tweaks I think:

  1. The text inside the box is left aligned, how do I get it and the dropdown arrow to be centered?
  2. When the dropdown is shown, the columns on inside are not aligned, how do I clean this up?  it should be in the order of my categories.
    image.thumb.png.97bbd00c36bdb8bafc144024a9cf27a4.pngimage.thumb.png.099cebe2205d3a6db21ed1ada40a34df.png
  3. Any other suggestions you may have to clean this up?

Thanks in advance!

Lorne

Link to comment

Hello again,

 

Ok so I changed the theme of the dropdowns in the Universal Filter Plugin code injection.  It's looking good and I'm liking my options here.  

 

However, how do I make the width of the search box "Find my style..." to match the same width as the boxes above on a new line?  Is that asking too much to do?  If so, my second option is to get all the dropdowns on one line?

My site is here: https://activestatedesigns.squarespace.com/shop
Password: SiteTest

Here is the CSS I have thus far:

Quote

/* Filter plugin tweak */
@media screen and (min-width:992px) {
.custom-filter-container .customFiltersWrapper .customFiltersContainer {
    width: 100% !important;
    justify-content: space-between;
}

.custom-filter-container.custom-filter-view-modern .customFiltersWrapper .sqs-block {
    width: 15% !important;
}

.custom-filter-container.custom-filter-view-modern .sqs-block.custom-items-search .search-icon {
    position: relative;
    top: 15px;
  }}

.custom-filter-container.custom-filter-view-dropdowns .customFiltersWrapper .sqs-block {
  max-width: 200px;
}

.custom-filter-container.custom-filter-view-dropdowns .customFiltersWrapper .sqs-block .archive-group-list{
  max-height: 336px;
}
/* END Filter Plugin Tweak */

Thanks in advance!

Lorne

Edited by Lorne17
Added CSS Code
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.