Reply To: Buttons are overlapping header

#9714
Ernest Marcinko
Ernest Marcinko
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:

.probox>div {
    z-index: 1 !important;
}
Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)