Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Buttons are overlapping header › Reply To: Buttons are overlapping header
August 10, 2016 at 1:03 pm
#9714
Hi!
It appears that the menu has a lower z-index set, so the icons are displayed over it. To fix that, use this very simple custom CSS code:
.probox>div {
z-index: 1 !important;
}
Best,Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)



