Reply To: Custom CSS for Mobile Views?

#16048
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

It looks like, that the container width, where the search is placed, gets too narrow on mobile views. Optimally, it would be the best to change it’s width, but a custom CSS might also work on the search bar, to define a min-width attribute:

.asp_m {
    min-width: 240px !important;
}

The exact value may need to be changed though.

Best,
Ernest Marcinko

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