This topic has 4 replies, 2 voices, and was last updated 8 years, 2 months ago ago by Olga Barlow
How can I change the width of the QTY field on the product details page? Most of my customer will be order with quantities of 3 digits or more so I need it to be wider. http://imgur.com/xu1EYQR
Thanks
Hello,
Add the following code in custom CSS
.quantity.buttons_added input[type="number"] {
width: 60px;
max-width: 70px;
}
You may change the width or max-width according to your needs.
Regards
Thank you!
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up