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

Reply To: Custom CSS for Mobile Views?

#16048
Ernest MarcinkoErnest 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:

[html].asp_m {
min-width: 240px !important;
}[/html]

The exact value may need to be changed though.