Adjusting dropdown and quantity box width to show larger quantities

Top WooCommerce & WordPress Plugins Forums Min Max Default Quantity for WooCommerce Adjusting dropdown and quantity box width to show larger quantities

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #104828
    Adam Miller
    Participant

    The dropdown and quantity boxes are cutting off larger quantities because they aren’t wide enough.  How can I fix that?  For instance, 250, 500, 750, and 1000 are showing as 2, 5, 7, 1 because of the arrows in the box.

    #104829
    WPWhale
    Moderator

    Hi Adam,

    A small CSS fix can do this, probably the field is set by theme to be a bit “thin”.

    We will be glad to get this fixed for you, reach us at [email protected] with site link please.

    Omar

    #104830
    Paul
    Participant

    Please share the solution for other users as well

    i think:

    WooCommerce > Settings > Product Quatity > Styling

    and add something as: width: 50px !important;

    #104831
    WPWhale
    Moderator

    Hi Adam,

    Yes that’s right by default, but in some cases it will need a little more, so I wasn’t able to confirm before checking the site.

    Anyways, he got it correctly and it was:

    width: 80px !important; max-width: 80px !important;

    Thanks for the note here.

    Omar

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.