Apply Coupon Button Position Change
-
want In mobile devices apply coupon code button in same line after coupon input form
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the page URL so I will check and give you a possible solution.
Best Regards.
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,