Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Searchbar in main menu › Reply To: Searchbar in main menu
September 14, 2015 at 12:04 pm
#5923
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 :)