Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Overlapping Issue › Reply To: Overlapping Issue
March 18, 2016 at 9:24 am
#8070
Keymaster
Hi!
Try changing the custom CSS to:
[code]
.proinput input.orig {
z-index: 5 !important;
}
.promagnifier, .proloading, .proclose, .prosettings {
z-index: 1 !important;
}[/code]
It appears to me that the settings icon might still have higher z-index. Hopefully this will fix it.