Reply To: Search Field not Selectable

#2042
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

It’s because something is setting the input field height to 0 pixels.

Try to add the following CSS lure somewhere into the theme css file:

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

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