Home › Forums › WoodMart support forum › coupon code field › Reply To: coupon code field
February 25, 2019 at 5:00 pm
#109725
Elise Noromit
Member
Hello,
Add this code to the Theme Settings > Custom CSS > Global:
body .cart-actions div{
min-width:100%
}
body .cart-actions div button {
margin-top:20px;
}
Best Regards