This topic has 5 replies, 3 voices, and was last updated 9 years, 6 months ago ago by Robert Hall
Hello,
we have some dispaly problems in the amount fields and coupon code fields.
The fields are some times to “small” for the text or numbers.
Please see attached images.
Thanks!
Hello,
Please add this code in custom.css file:
.before-checkout-form .checkout_coupon input[type="text"] {
height: 35px !important;
}
.quantity input[type="number"] {
width: 60px !important;
}
Regards,
Eva Kemp.
Hello,
Please try to add this code in custom.css file.
.before-checkout-form .checkout_coupon .input-text{
height: 30px;
padding: 16px 10px;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
thanks, I´ve use Eva´s!
You’re welcome!
If you have any questions please feel free to contact us.
Regards,
Robert Hall.
The issue related to '‘Problem with fields – amounts and coupon code’' has been successfully resolved, and the topic is now closed for further responses