Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › z-index › Reply To: z-index
September 26, 2016 at 11:53 am
#10251
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 :)



