Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1239938

    Hello! How can we make the quantity box on the individual product page? I have a few products that are wholesale and purchased by the thousands.

    Is there a way that we can make the quantity box wider so that you can fit up to “100,000+” as the quantity?

    Your help is greatly appreciated!

    #1240002

    Hey Nancy,
    I believe we can do this with some css, but your link is not working so we can check your page. Please check.

    Best regards,
    Mike

    #1240006

    Sorry I updated the domain – here is the new one:

    #1240069

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top div .quantity input.qty {
        width: 80px !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1240802

    Thanks That worked great!

    #1240815

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Widening the product quantity box’ is closed to new replies.