We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

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
2144 268 319

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/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

View solution in original post

Reply 1 (1)

websensepro
Shopify Partner
2144 268 319

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/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP