Home › Forums › WoodMart support forum › Apply Coupon Button Position Change › Reply To: Apply Coupon Button Position Change
July 16, 2024 at 11:15 am
#583622
Hung Pham
Keymaster
Hi Aisha Khan,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS for Mobile sections:
.wd-coupon-form input.input-text{
max-width: 50%;
}
.cart-actions button.button{
width: 50%;
}
.coupon.wd-coupon-form {
flex-direction: row;
margin-bottom: 20px;
}
Regards,