Home › Forums › Support › Center Woocommerce Title and price This topic has 5 replies, 3 voices, and was last updated 2 years, 5 months ago by Leo. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts April 7, 2023 at 7:28 pm #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! April 8, 2023 at 2:50 am #2601883 DavidStaff Customer Support Hi there, try this CSS: .woocommerce #content div.product div.summary { text-align: center; } April 8, 2023 at 7:51 am #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 April 8, 2023 at 10:47 am #2602338 LeoStaff Customer Support Try this: .woocommerce div.product.do-quantity-buttons form.cart { justify-content: center; } April 8, 2023 at 7:00 pm #2602576 Leanne Thank you very much! April 9, 2023 at 11:23 am #2603259 LeoStaff Customer Support No problem 🙂 Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In