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
October 18, 2025 at 11:48 am
#55766
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!