Product Quantity Box - Resize

Hi All

Is there a way of increasing the size of the Quantity box on the Product page?

We sell items in there 1000's but the quantity box is only displaying two digits so you can't see the full total in the quantity box.

Any ideas?

Thanks.

adding the below to css editor in themes, then change the desired width. If you use the qty changer + or - then the css for that may also need changing too

changing as below would give a result like in the link

input.ty-value-changer__input {
float: left;
width: 70px;
height: 33px;
text-align: center;
}
.ty-value-changer {
display: inline-block;
vertical-align: top;
width: 95px;
}

http://prntscr.com/fsh69g


            

Fantastic, thank you very much, works a treat.