Overlapping PayPal Buttons on Product Page
-
Hi, I noticed that on the product detail page, two PayPal buttons are displaying on top of each other. It looks like they’re overlapping. I’m not sure why this is happening. Please refer to the screenshot attached. How can I fix this?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
#ppc-button-ppcp-gateway {
margin-top: 15px !important;
}
Best Regards,