This topic has 4 replies, 3 voices, and was last updated 2 years, 5 months ago ago by Rose Tyler
How should I change the position of the coupon input box on the checkout page?
Hello,
Please describe the desired result in more detail, and provide a screenshot for a better understanding.
Regards
I would like this to! Now it is on top and i would like it on the bottom..
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
You must be logged in to reply to this topic.Log in/Sign up