Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search results are behind the menu › Reply To: Search results are behind the menu
October 20, 2016 at 10:20 am
#10541
Hi Eve KJ,
The problem is that the menu has a higher z-index CSS attribute number, so it appears over the results.
The fix is very simple, with this custom CSS code you can force the search results list to a higher z-index as the menu, so it appears over it:
div[id*=ajaxsearchprores] {
z-index: 99999 !important;
}
Apply this code to your theme custom CSS field (if it supports it) or use the custom CSS field on the search plugin back-end.
Best,Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)



