How should I change the position of the coupon input box on the checkout page?
Site URL: hidden Theme version: 8.13Hello,
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
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.