This topic has 2 replies, 2 voices, and was last updated 4 years ago ago by Rose Tyler
hi
i want to change postion of apply coupon button from top to bottom of order summery
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
You must be logged in to reply to this topic.Log in/Sign up