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

Reply To: Taxonomy Filter box max-height not honoured

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Taxonomy Filter box max-height not honoured Reply To: Taxonomy Filter box max-height not honoured

#55766
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

That unfortunately does not apply to the selection container, it applies to the filter box container only (when used with checkboxes or other non-floating elements).

Luckily it is very easiely adjustable via a bit of custom CSS:

.asp_select2-container .asp_select2-results__options {
    max-height: 300px !important;
}

I hope this helps!