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
Keymaster
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:
[html].probox>div {
z-index: 1 !important;
}[/html]