Reply To: z-index

#10251
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

For z-index changes there is no option, I recommend using a custom CSS instead, it’s more effective.

If you want to increase the z-index of the whole results box, use this:

div[id*=ajaxsearchprores] {
    z-index: 9999999 !important;
}

Change the number to whatever you need.

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)