Home › Forums › WoodMart support forum › PLACE ORDER BUTTON OVERLAPPING ON CHECKOUT LAYOUT PayPal › Reply To: PLACE ORDER BUTTON OVERLAPPING ON CHECKOUT LAYOUT PayPal
October 17, 2022 at 3:31 pm
#414413
Aizaz Imtiaz Awan
Keymaster
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.