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

Reply To: Filter by sub-categories

#32956
Ernest MarcinkoErnest Marcinko
Keymaster

Maybe those are items which does not match any category. Try turning off this option: https://i.imgur.com/psbT1Xa.png

Try then this code instead, but the previous one should also work, I have tried it:

.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;
}

.asp_filter_tax .asp_option .asp_option_label {
    white-space: nowrap;
}

Try adding this to the plugin custom CSS field.