Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Full height for Checkboxes (Filter) › Reply To: Full height for Checkboxes (Filter)
October 16, 2025 at 6:37 pm
#55737
Keymaster
Theoretically yes, via some custom CSS it should be possible to hide both the search and the settings boxes:
.asp_ss, .asp_m {
display: none;
}