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

Reply To: Styling of Custom field search

#25418
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

I’m afraid that might not be possible. The closest you could get to that, is to display every item side-by side, like this: https://i.imgur.com/ZvK1JuF.png

For that, you need this custom CSS:

.asp_sb {
    max-width: none !important;
}

.asp_sb fieldset {
    flex: 1 1 0 !important;
}

.asp_sb fieldset.asp_filter_cf_spirituose_type {
    flex: 10 1 auto !important;
}

fieldset.asp_filter_cf_spirituose_type,
fieldset.asp_filter_cf_spirituose_type .asp_simplebar-content {
    display: flex !important;
    flex-wrap: wrap;
}