Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › horizontal filters › Reply To: horizontal filters
January 16, 2025 at 1:20 pm
#52507
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 🙂