Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search filter display › Reply To: Search filter display
August 23, 2021 at 2:22 pm
#34347
Keymaster
Hi!
Sure, 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;
}
.asp_filter_tax .asp_option .asp_option_label {
white-space: nowrap;
}
Apply this code to your theme custom CSS field (if it supports it) or use the custom CSS field on the search plugin back-end.