Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Untick Checkboxes by default › Reply To: Untick Checkboxes by default
June 22, 2022 at 4:47 pm
#38154
Keymaster
Hi,
The default state of the filters can be set under the “Change display mode” button, here: https://i.imgur.com/etvujLl.png
To set them vertically, use 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;
}
If the search results have seemingly no effect on the results page, make sure the results override feature is enabled.