Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search Field not Selectable › Reply To: Search Field not Selectable
July 16, 2014 at 8:53 pm
#2042
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;
}