Paypal button over on sticky

104 views Asked by At

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.

1

There are 1 answers

2
theboss_dev On BEST ANSWER

increase z-index of header part.

Try adding this css.

header#header {
    z-index: 999;
}