Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search doesn´t works on mobile › Reply To: Search doesn´t works on mobile
June 24, 2015 at 8:29 pm
#5090
Keymaster
Hi!
It looks like something is changing the input field width to 100 pixels in mobile view and the text is inputted into the autocomplete area.
I think I have a very simple solution. Use this custom CSS:
[code]input.orig {
min-width: 275px !important;
}[/code]
You can add this to the custom CSS field on the search plugin Theme Options -> Custom CSS panel.