Site logo

[Resolved] Center Woocommerce Title and price

Home Forums Support [Resolved] Center Woocommerce Title and price

Home Forums Support Center Woocommerce Title and price

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2601657
    Leanne

    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!

    #2601883
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

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

    Hi,

    That fixed the first issue. Thank you.

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

    Thank you

    #2602338
    Leo
    Staff
    Customer Support

    Try this:

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

    Thank you very much!

    #2603259
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.