Home Forums WoodMart support forum PLACE ORDER BUTTON OVERLAPPING ON CHECKOUT LAYOUT PayPal

PLACE ORDER BUTTON OVERLAPPING ON CHECKOUT LAYOUT PayPal

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #414218

    CODICE DUE
    Participant

    Hello,
    On my Checkout Page the button “PLACE ORDER” is overlaps with the frame when i select Credit Card with paypal on Desktop and Mobile Pages. See attached image.
    And also, it becomes gray and small.
    Can you tell me what to do or how to change the size and move it down?

    Thanks in advance.

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

    Hello,

    Please use the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .woocommerce-checkout .checkout-order-review {
        padding-bottom: 60px !important;
    }
    .woocommerce-checkout .button.alt.ppcp-dcc-order-button {
        width: 100% !important;
        display: flex !important;
        padding: 14px 28px !important;
        font-size: 14px !important;
        line-height: 20px !important;
        border-radius: 0.001px !important;
        color: #fff !important;
        box-shadow: inset 0 -2px 0 rgb(0 0 0 / 15%) !important;
        background-color: #83b735 !important;
    }

    Hopefully, this will workout for you!

    Best Regards.

    #414464

    CODICE DUE
    Participant

    Hello,
    It works perfectly.
    Excellent!!
    Thanks for the support

    Best

    #414589

    Most Welcome 🙂

    If you do not mind, can you please leave 5 stars rating for our theme by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Have a great day 🙂

    Topic Closed.
    Best Regards.

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

The topic ‘PLACE ORDER BUTTON OVERLAPPING ON CHECKOUT LAYOUT PayPal’ is closed to new replies.