Site logo

Archived topic

How to align center Add to Cart Button Single Product (Woocommerce)

3 replies · Started by Sanjay on June 28, 2020

Viewing posts 1–4 of 4

I want to align center Add to cart button on Single Product Page (Woocommerce).

Hi there,

try this CSS:

.single.woocommerce div.product form.cart .button {
    margin: auto;
    flex: 1; /* remove this if you do not want to fill the space */
}

Great,

GP Support is awesome.

Glad to be of help

This archived topic is closed to new replies.