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

Reply To: Filter by sub-categories

#32942
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

Try changin the checkbox logic like this: https://i.imgur.com/MpVV4bm.png

There si no option to show the options horizontally, but you can try this custom CSS:

.asp_filter_tax {
    width: 100% !important;
    min-width: 100% !important;
}

.asp_filter_tax .asp_simplebar-content {
    display: flex !important;
    flex-wrap: wrap;
}

.asp_filter_tax .asp_option {
    margin-left: 0 !important;
}