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
-
Open your theme code editor
-
Find ‘section-main-product.css’ file in your assets folder
-
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!!!


