wordpresssticky-footer

Paypal button over on sticky


I have a problem with PayPal button on my Flatsome child WordPress theme. When scrolling down, the PayPal button stays over the sticky.

I tried to find a function in the theme to fix the problem, but no luck.


Solution

  • increase z-index of header part.

    Try adding this css.

    header#header {
        z-index: 999;
    }