Archived topic
Box larger than Add to cart Button
5 replies · Started by bluebit on November 3, 2017
Viewing posts 1–6 of 6
Whats the php or css code to change the height of the white box with the number inside that is next to the add to cart button to make it the same height as the add to cart button? see here http://wildlatina.co/product/cindy/
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.