Reply To: can not fill search field

#2941
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

It looks like the input field is getting overwritten by the theme to 0 pixels. Try to add the following rules to the Custom CSS field, which you can find on the search plugin Theme Options -> Custom CSS panel. (https://i.imgur.com/v8EnvAv.png)


.proinput input {
    height: 27px !important;
}
Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)