How To Make Order Quantity Wider

Hi

How do I make the order quantity field wider. My current shows only 2 digits but I need to show at least 5.

Cheers,

T

try this, add in your css editor


input.ty-value-changer__input {
float: left;
width: 90px;
height: 33px;
text-align: center;
}

perfect. thanks. put it in styles.less

perfect. thanks. put it in styles.less

It is better to add this code to the CSS section of the theme editor. In this case it will not be deleted by the future upgrades

I put it in my changes using the add on.