Site logo

Archived topic

Center Woocommerce Title and price

5 replies · Started by Leanne on April 7, 2023

Viewing posts 1–6 of 6

Hi,

Can you tell me how I can center the product name and price? So it is centered like the text below the title.

I would also like to center the add to cart and quantity buttons.

Thank you!

Hi there,

try this CSS:

.woocommerce #content div.product div.summary {
    text-align: center;
}

Hi,

That fixed the first issue. Thank you.

I would also like to center the add to cart and quantity buttons.

Thank you

Try this:

.woocommerce div.product.do-quantity-buttons form.cart {
    justify-content: center;
}

Thank you very much!

No problem :)

This archived topic is closed to new replies.