Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Filter Design › Reply To: Filter Design
February 26, 2021 at 9:58 am
#31821
Keymaster
Hi,
Well, there is no option for that, but can try this custom CSS:
.asp_s {
width: 500px !important;
max-width: none !important;
}
.asp_s form fieldset {
width: 100% !important;
max-width: none !important;
display: flex;
flex-wrap: wrap !important;
position: static !Important;
}
.asp_s form fieldset .asp_option {
flex-grow: 1 !important;
}
The width may need to be adjusted, but it should do something similar.