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
October 18, 2019 at 9:58 am
#24366
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