Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Categories list not producing results › Reply To: Categories list not producing results
August 3, 2023 at 1:33 pm
#44928
Keymaster
1. Sure, you can use a custom CSS, something like:
@media only screen and (max-device-width: 480px){
.asp_sett_scroll {
max-height: unset !important;
}
}