How to center the whole product info (with image) in the product page

Hi- im using dawn theme. Please help how to move this whole section to the center. i dont like how everything is on the left side of the page. how to move the whole section with image to the center?

Hi @GreenPax

Can you share your store URL? So I can have a check on this.

Hi @GreenPax

Could you drop your store URL here so we can check?

Hi! here you go https://greenpaxusa.myshopify.com/

Hi! here you go https://greenpaxusa.myshopify.com/

Hi, Pls have a try following below steps

  1. Open your theme code editor

  2. Find ‘section-main-product.css’ file in your assets folder

  3. Find the code like below and remove the max-width in this code snippet.

Hope this helps.

Please add this code to Custom CSS in Online Store > Themes > Online Store > Themes.

.product {
    justify-content: center;
}

Thank you so much!!!