Login

To vote or comment, enter your email and we'll send a magic link

0

Automatically remove white space when facet not shown

completed

Currently if a facet is not shown either because there are no products that "match" that facet or by using the Conditional logic, a large amount of white space is left between the facet "groups." You know how clients are. "Could you get rid of that big gap between the filters?" Would be nice if this happened automatically or had some setting to say "reduce white space when facet not shown."

2 years ago

Comments (2)

Hey Beth,

The whitespace is a CSS rule added by default, which can be removed if needed (add to your theme's style.css):

.facetwp-facet { margin-bottom: 0 !important; }
2 years ago

Well hooray! Thank you!

2 years ago