Shopify themes, liquid, logos, and UX
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
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
Solved! Go to the solution
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!
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!