Site logo

[Resolved] Reduce space between quantity input and add-to-cart button

Home Forums Support [Resolved] Reduce space between quantity input and add-to-cart button

Home Forums Support Reduce space between quantity input and add-to-cart button

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1971221
    Koda

    Hi there,

    Can you help me with reducing the space between the quantity input and add-to-cart buttons? There’s a large gap and my customers think the add-to-cart button is referring to the product below.

    Any help would be amazing. Here’s the link: https://defythegrid.com/goldbacks/

    Thank you!

    #1971226
    Ying
    Staff
    Customer Support

    Hi Koda,

    Try this CSS:

    .woocommerce ul.products li.product .button {
        margin-top: 0;
    }
    .quantity {
        margin-bottom: 5px;
    }
    #1971240
    Koda

    Perfect! Thank you!!!!

    #1971244
    Ying
    Staff
    Customer Support

    No problem 🙂

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