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

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