Archived topic
Paypal Checkout Button
5 replies · Started by Sam on August 22, 2020
Hello, I have noticed with the Woocommerce Paypal Checkout plugin the paypal button overlays the menu bar, do you know how to fix this? Should I change the z-index of the menu or try for the button instead?
thanks
Hi there,
Sorry how can I see the issue?
Can you provide a screenshot using a service like this?
https://postimages.org/
Hi Leo, sure here you go: https://postimg.cc/w1pystCs
Try this:
#sticky-navigation {
z-index: 999 !important;
}
Thanks, I tried that but it didn't work on mobile, would this be correct to include mobile viewports?
#sticky-navigation, #mobile-header {
z-index: 999 !important;
}
Yup that looks good.