Home Forums WoodMart support forum Single product page button problem

Single product page button problem

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #519022

    Grelo Zhang
    Participant

    The add to cart and PayPal payment buttons on the product page are stuck together. Where can I adjust them?

    Attachments:
    You must be logged in to view attached files.
    #519162

    Hello,

    Try to add the following code in Theme Settings > Custom CSS > Global Custom CSS:

    .ppcp-disabled {
    	margin-top: 20px !important;
    }

    Best Regards.

    #519276

    Grelo Zhang
    Participant

    When no variation is selected, it displays normally, but after selecting a variation, the “Add to Cart” button and the “PayPal” button are stuck together again.

    I recorded a video for this: https://tinyurl.com/3prksvzd

    Please help to check, thank you

    #519466

    Hello,

    Please remove the previous code and add this code:

    .wd-single-add-cart>div>*:last-child, .wd-single-add-cart>*:last-child {
        margin-top: 20px;
    }

    Best Regards.

    #519602

    Grelo Zhang
    Participant

    Thank you very much, very effective

    #519657

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Single product page button problem’ is closed to new replies.