Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › search field › Reply To: search field
February 20, 2019 at 1:43 pm
#21197
Keymaster
Hi,
The issue is caused by a theme element, that is hovering over the search bar, within the menu, see this: https://i.imgur.com/9fbjNQY.png
Try this custom CSS to resolve that:
.l-subheader-cell.at_left {
height: 60px;
}
I cannot guarantee this is going to work on all cases, as it is not caused by the plugin. In that case you might have to ask the theme author as well.
I hope this helps though!