Site logo

Archived topic

Reduce space between quantity input and add-to-cart button

3 replies · Started by Koda on October 21, 2021

Viewing posts 1–4 of 4

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!

Hi Koda,

Try this CSS:

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

Perfect! Thank you!!!!

No problem :)

This archived topic is closed to new replies.