[Resolved] Increase the Qty field on the Cart Page

Home Forums Support [Resolved] Increase the Qty field on the Cart Page

Home Forums Support Increase the Qty field on the Cart Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #489046
    Philip

    With Woocommerce, If I order anything over 9, the right digit for qty ordered is cutoff on the right digit. Is there any CSS to increase the size of this field to display qty’s of 3 digits?

    Thanks

    #489100
    Leo
    Staff
    Customer Support

    Hi there,

    Give this CSS a shot:

    .woocommerce input[type="number"] {
        padding: 10px;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #489222
    Philip

    I had to change it to 5px to get it to work….thanks a bunch…

    #489554
    Leo
    Staff
    Customer Support

    No problem!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.