Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Problem with search in the search field › Reply To: Problem with search in the search field
June 18, 2015 at 9:34 am
#5045
Keymaster
Hi!
It looks like something is forcing the form inside the search bar to 0 height.
Try this custom CSS rule to fix the issue:
[code]
.proinput form {
height: 100% !important;
}
[/code]