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

Reply To: Search Ajax Pro – Smartphone Settings

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Search Ajax Pro – Smartphone Settings Reply To: Search Ajax Pro – Smartphone Settings

#14606
Ernest MarcinkoErnest Marcinko
Keymaster

Thanks!

I’ve constructed the following custom CSS:

[html]@media (max-width: 480px) {
.noUi-target {
max-width: 90% !important;
min-width: 90% !important;
}
.asp_noui_lu {
width: 90% !important;
}
.searchsettings fieldset {
width: 100% !important;
}
}[/html]

Basically, on screen sizes below 480px the layout will look something like this: https://i.imgur.com/3YXEYBB.png
I hope this helps!