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
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:
[html]div[id*=ajaxsearchprores] {
z-index: 9999999 !important;
}[/html]
Change the number to whatever you need.