Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Filter by sub-categories › Reply To: Filter by sub-categories
April 28, 2021 at 8:21 am
#32956
Keymaster
Maybe those are items which does not match any category. Try turning off this option: https://i.imgur.com/psbT1Xa.png
Try then this code instead, but the previous one should also work, I have tried it:
.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;
}
Try adding this to the plugin custom CSS field.