• Hi,
    I need to widen the quantity field so that at least 3 digits will be clear visible when entering a quantity.
    At present 1 digit is clearly visible, anything bigger than that only the first number is seen. (ie. enter qty “50”, you’ll only see the 5).
    How can I widen the field so quantities of 100 or 1000 can be clearly seen?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author wooassist

    (@wooassist)

    you can do that through CSS
    .woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    }

    just increase the width to your liking

Viewing 1 replies (of 1 total)
  • The topic ‘Widen quantity field’ is closed to new replies.