Reply 326082 to: Change the position of coupons on the checkout page

Avatar: Rose Tyler
Rose Tyler
Support staff
June 16, 2022 at 05:53

Hello @Ferry,

Try to add the next code in Theme Options > Theme custom CSS:

.woocommerce-checkout .woocommerce {
    display: flex;
    flex-direction: column;
}
.woocommerce-checkout .before-checkout-form {
    order: 1;
    margin-top: 15px;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.