Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Custom Settings Box (Checkboxes and buttons…) › Reply To: Custom Settings Box (Checkboxes and buttons…)
September 21, 2021 at 11:17 am
#34865
Keymaster
Hi,
Sure, I can probably suggest something. Try this custom CSS:
.asp_filter_cf_classification .asp_simplebar-content {
display: flex;
flex-wrap: wrap;
}
.asp_filter_cf_classification .asp_simplebar-content legend {
flex: 0 0 100%;
}
.asp_option_label {
white-space: nowrap;
}
It should give you something like this: https://i.imgur.com/YyMNiPz.png