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
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:
input.orig {
min-width: 275px !important;
}
You can add this to the custom CSS field on the search plugin Theme Options -> Custom CSS panel.
Best,Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)