This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: horizontal filters

#52507
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

Sure! It is possible with settings and a bit of custom CSS.

First off, you want to set the settings layout to a block and visible. Then use the following custom CSS:

.asp_ss fieldset {
    min-width: 100% !important;
}

.asp_ss fieldset .categoryfilter {
    display: flex !important;
    flex-wrap: wrap;
}

You can use the same license on all staging sites on the same domain 🙂