Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3808160
Quantity Selection Not Wide Enough
Open

Comments

  • Sid started the conversation

    We have products that are up to 500 in quantity. The selection area is only 2 characters wide so the customer can't see the whole number..

  •  1,297
    Dustin replied

    Hi Sid,

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .woopq-quantity .woopq-quantity-input .qty {
        width: 80px;
    }

    If it doesn't work, please send me your website credentials (wp-admin link, username, and password) or create a dev/staging site with identical configurations so I can check for any issues.

    Best regards,
    Dustin

  • Sid replied

    Hi Dustin,

    Thank you for getting back with me. I placed it in the customizing additional CSS.

    That did not seem to work. Check out this page for reference:

    https://musicmagicevents.com/product/pure-crystal-collection/

  •  1,297
    Dustin replied

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .woopq-quantity .qty {
        width: 60px !important;
        text-align: center !important;
    }

    And the result:

    6961505052.png

    Best regards,
    Dustin