Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Taxonomy search in horizontal › Reply To: Taxonomy search in horizontal
March 24, 2021 at 2:18 pm
#32301
Keymaster
Thank you! 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;
}