Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › z index › Reply To: z index
August 8, 2018 at 9:38 am
#18908
Keymaster
Hi,
Try changing the z-index of the results container to 999999 under the Theme Options -> Custom CSS panel, here: https://i.imgur.com/0aVCPnu.png
If that does not help, then this custom CSS will do the trick:
[code].asp_r {
z-index: 999999 !important;
}[/code]
In both cases, don’t forget to clear your site cache (if any), and reload the page via hittin CTRL + F5 buttons, so the browser cache is cleared as well.
I hope this helps!