This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: z index

#18908
Ernest MarcinkoErnest Marcinko
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!