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

Reply To: Need a few layout tips

#33427
Ernest MarcinkoErnest Marcinko
Keymaster

You are welcome! Well, try this custom CSS code:

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