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

Reply To: Searchbar in main menu

#5923
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

It’s caused by the site stlye.css files, there is a rule adding z-index: 999 to the search container. Probably because of the removed class I suggested.

Try to override that with this:

[code].container.et_pb_search_visible {
z-index: 0 !important;
}[/code]