Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Custom CSS for Mobile Views? › Reply To: Custom CSS for Mobile Views?
December 27, 2017 at 6:12 pm
#16048
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.