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 Marcinko
Ernest Marcinko
Keymaster

Thanks!

I’ve constructed the following custom CSS:

@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;
  }
}

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

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)