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

Reply To: Custom Settings Box (Checkboxes and buttons…)

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…)

#34865
Ernest MarcinkoErnest Marcinko
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