QTY Field Width on Product Details Page - by andrew.d.harris1

This topic has 4 replies, 2 voices, and was last updated 7 years, 5 months ago ago by Olga Barlow

  • Avatar: andrew.d.harris1
    andrew.d.harris1
    Participant
    October 14, 2016 at 18:22

    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

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 17, 2016 at 11:11

    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

    Avatar: andrew.d.harris1
    andrew.d.harris1
    Participant
    October 17, 2016 at 19:10

    Thank you!

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 17, 2016 at 20:35

    You are welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.