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

Reply To: Search doesn´t works on mobile

#5090
Ernest MarcinkoErnest Marcinko
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.