Adjust the width of all pages on Dawn 14.0 Theme - Blogs, Articles, Policies etc

I am stuggling with page width on the following pages;

https://gpuconnect.com/blogs/article/installing-a-new-graphics-card-fan-guide

https://gpuconnect.com/pages/reviews

https://gpuconnect.com/policies/shipping-policy

And more… I have managed to fix the 3rd one the shipping policy (and all policy pages) by use of the following Custom CSS on the Theme settings

.shopify-policy__container {
max-width: 70% !important;
}

However it does not apply to the other pages that are not policies. I really want a default width of 70% on all pages of this type, including the blogs and new pages I create.

Any help appreciated in adapting the code so it applies to all of these?

1 Like

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the tag


Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

This is Noah from PageFly - Shopify Page Builder App

Hi @coalfield Yes you can code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag


Hope my solution will help you resolve the issue.

Best regards,

Noah | PageFly

Amazing that worked thank you!

1 Like

@coalfield Thank you, Have a nice day !

EDIT: Ignore this one I fixed it