Question about single product page button
-
How to align Paypal’s buttons with the add to cart button and buy now button vertically, horizontally, left and right? And it can also respond to the layout correctly on the mobile phone
Attachments:
You must be
logged in to view attached files.
one more question
Why don’t Sticky social links appear on mobile devices?
Hello,
01. Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
li.wc-ppcp-product-payment-method.payment_method_ppcp {
max-width: 100% !important;
}
02. Please add this code to the Theme Settings > Custom CSS > Custom CSS for mobile:
.wd-sticky-social {
display: flex !important;
}
Best Regards.