Reply 256454 to: Want to shift postion of apply coupon button

Avatar: Rose Tyler
Rose Tyler
Support staff
October 25, 2020 at 11:07

Hi,

Try to add the next code in Custom CSS for page https://prnt.sc/v6dd6r

.woocommerce-checkout .woocommerce {
    display: flex;
    flex-direction: column;
}
.woocommerce-checkout .woocommerce-notices-wrapper {
    order:1;
}
.woocommerce-checkout .cart-checkout-nav {
    order:2;
}
.woocommerce-checkout .before-checkout-form {
    order:4;
}
.woocommerce-checkout form.checkout.woocommerce-checkout {
    order:3;
}

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.