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

Reply To: Disposition checkboxes in In Frontend search settings / category / change displa

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Disposition checkboxes in In Frontend search settings / category / change displa Reply To: Disposition checkboxes in In Frontend search settings / category / change displa

#24366
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

1,2 – The overflow can be disabled by changing the filter boxes max height to none, here: https://i.imgur.com/Uu4XXvP.png
3. Well, there might be a workaround via custom CSS, but it may not work in all cases:

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

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

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

It will result in something like this: https://i.imgur.com/b8S3aVi.png