Policy page needs stretching full length

Solved

Policy page needs stretching full length

HardCloud
Visitor
2 0 0

Hi,


We are struggling to get our policy pages to be full width; they are currently squished all into the middle.

 

We’ve tried other CSS codes and none have worked for us.

 

Our website is the following URl: https://e68401-3a.myshopify.com/policies/shipping-policy

 

The Blogs need this change too.

 

We are using the Dawn theme version 15.1.0.

 

Any help would be amazing

 

Thanks

HardCloud

Accepted Solution (1)

websensepro
Shopify Partner
1221 136 156

This is an accepted solution.

Hi @HardCloud 
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

<style>
.shopify-policy__container {
    max-width: 100% !important;
}
</style>

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

If you are happy with my help, you can help me buy a COFFEE

Thanks!

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial

View solution in original post

Reply 1 (1)

websensepro
Shopify Partner
1221 136 156

This is an accepted solution.

Hi @HardCloud 
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

<style>
.shopify-policy__container {
    max-width: 100% !important;
}
</style>

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

If you are happy with my help, you can help me buy a COFFEE

Thanks!

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial