How can I make the product page full-width in the Dawn theme?

Hello. Does anyone know how to make JUST the product page full-width?

HI @AndreiGhetu

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

section#MainProduct-template–18705987010881__main {

padding: 0 !important;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly

Hello @AndreiGhetu

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

section#MainProduct-template--18705987010881__main {
    max-width: 100% !important;
}