Home Forums WoodMart support forum Question about single product page button

Question about single product page button

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #542350

    wujuan911800262
    Participant

    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.
    #542485

    wujuan911800262
    Participant

    one more question
    Why don’t Sticky social links appear on mobile devices?

    #542817

    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.

Viewing 3 posts - 1 through 3 (of 3 total)