How do i center the add to cart
button:
Here is the section:
You can find the page here:
https://silverblaar.tmmbuilds.com/product/full-spectrum-cbd-health-oil/
I have tried the following code but it’s not working:
.woocommerce div.product form.cart {
float:none !important;
}
Thanks!
2
Answers
you can simply center quantity selector and button by adding these CSS
regards
Target the form and use the
text-align
to center it!