[Support request] Woocommerce Cart quantity buttons

Home Forums Support [Support request] Woocommerce Cart quantity buttons

Home Forums Support Woocommerce Cart quantity buttons

  • This topic has 1 reply, 2 voices, and was last updated 4 years ago by David.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1208251
    Krzysztof

    Hey there. I cannot find any way to reduce quantity buttons in GP. When I switch to Storefront, they are smaller, at GP they are 50px large and messing with row height because they dont fit into column. Is there some CSS I can use to make it appear smaller and fit into qty column?

    #1208272
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):after,
    .do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):before,
    .woocommerce form .quantity.buttons-added .minus,
    .woocommerce form .quantity.buttons-added .plus,
    .woocommerce form .quantity.buttons-added .qty {
        max-width: 40px;
        height: 40px;
    }

    If its not working – could you remove the coming soon so i can take a look at the issue ?

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