Reply To: Searchbar in main menu

#5923
Ernest Marcinko
Ernest 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:

.container.et_pb_search_visible {
    z-index: 0 !important;
}
Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)