Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search results and Z-index › Reply To: Search results and Z-index
June 10, 2021 at 10:15 am
#33597
Keymaster
Hi,
Try this custom CSS instead of the one you are using:
.asp_r {
z-index: 9999999999 !important;
}
This will do the trick. The previous z-index is too low, as the menu container has a bigger one, and it covers the results floating div.