This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: search field

#21197
Ernest MarcinkoErnest Marcinko
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!