Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Need a few layout tips › Reply To: Need a few layout tips
May 26, 2021 at 1:23 pm
#33427
Keymaster
You are welcome! Well, try this custom CSS code:
.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;
}