Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › search page error › Reply To: search page error
June 7, 2017 at 12:25 pm
#13402
Keymaster
Hi Claudius,
Yes, I belive I can help with that as well. Try using this custom CSS code:
[html]@media screen and (max-width: 540px) {
.asp_two_column .asp_two_column_first, .asp_two_column .asp_two_column_last {
width: 98% !important;
}
}
.asp_two_column .asp_two_column_first, .asp_two_column .asp_two_column_last {
min-width: 200px !important;
}[/html]