Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Filter by sub-categories › Reply To: Filter by sub-categories
April 27, 2021 at 1:30 pm
#32942
Keymaster
Hi,
Try changin the checkbox logic like this: https://i.imgur.com/MpVV4bm.png
There si no option to show the options horizontally, but you can try this custom CSS:
.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;
}