Product page width - Dawn theme

Product page width - Dawn theme

Pawsitivelyquir
New Member
5 0 0

How do I increase the width of my product pages in Dawn theme - version 15.2.0?

Replies 4 (4)

Sonya_2025
Shopify Partner
346 37 60

Hi @Pawsitivelyquir 

You can adjust page width in your theme editor here

Sonya_2025_0-1740531776496.png

 

 

Please let me know if it works by giving it a Like or marking it as a solution!
Feel free to reach out.Get Shopify free trial 1$/mon
 EMAIL ME  Motivate me by  PAY ME
Pawsitivelyquir
New Member
5 0 0

I have already set this to the max, but it isn't enough.

PageFly-Richard
Shopify Partner
4991 1118 1796

Hi @Pawsitivelyquir 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
product-info .page-width  {
max-width: 100%;
padding: 0 2rem;
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

Pawsitivelyquir
New Member
5 0 0

Thank you, this worked, but it isn't wide enough. Is there any other way I can make the product page wider?