Order quantity - by MOMO - on WordPress WooCommerce support

This topic has 8 replies, 2 voices, and was last updated 5 years, 9 months ago ago by Rose Tyler

  • Avatar: MOMO
    MOMO
    Participant
    July 16, 2018 at 11:49

    Hi,

    I have a small issue with the visibility of order quantities.

    Please see screenshot, when ordering with more than two digits, it’s not clearly visible.

    https://prnt.sc/k6zwyp

    See for example – https://store.amazic.com/product/black-t-shirt-docker/
    (use DigitalStore to see the website).

    Thanks!

    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 12:31

    Hello,

    Please add this code in Custom css:

    .single-product .quantity.buttons_added input[type="number"] {
        padding-left: 0px;
        padding-right: 0px;
    }

    Regards

    Avatar: MOMO
    MOMO
    Participant
    July 16, 2018 at 12:35

    Thanks, that solved the problem on the productpage.

    Still exists in the cart though!

    Thanks!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 12:42

    Please change the previous code to:

    .quantity.buttons_added input[type="number"] {
        padding-left: 0px;
        padding-right: 0px;
    }

    Regards

    Avatar: MOMO
    MOMO
    Participant
    July 16, 2018 at 12:45

    Thanks, I have used it, but not working..

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 12:53

    Please check the code one more time and make sure that it was added correctly.

    Regards

    Avatar: MOMO
    MOMO
    Participant
    July 16, 2018 at 12:57

    Yes, my bad, works now!

    Thanks!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 12:58

    You’re welcome!

    Regards

  • Viewing 8 results - 1 through 8 (of 8 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.