Site logo

Archived topic

Box larger than Add to cart Button

5 replies · Started by bluebit on November 3, 2017

Viewing posts 1–6 of 6

Hi there,

Try this:

.woocommerce.single-product .product input.qty {
    line-height: 1.5em;
}

That worked but it made it overall look skinner, how to add 1.5em to the bottom of the add to cart button? Bigger sometimes is better hehe.

Try this:

.woocommerce div.product form.cart .button {
    line-height: 1.7em;
}

Thank You, it worked perfectly!!!

No problem!

This archived topic is closed to new replies.