This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: search page error

#13402
Ernest MarcinkoErnest Marcinko
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]