All things Shopify and commerce
The width of my store policy page is too narrow, I want to make it standard width. It is perfect on mobile devices. But on desktop it looks very cramped. Can anyone help me solve this?
Desktop view:
Mobile view:
Website link: https://nus-suits.myshopify.com/policies/terms-of-service
Password: 1234
Solved! Go to the solution
This is an accepted solution.
Hi @Fayed_Bd
Please put this code in theme.liquid before body closing tag </body>
<style>
.shopify-policy__container {
width: 80% !important;
max-width: 80% !important;;
}
</style>
Check if it works
Thanks!
Hi, @Fayed_Bd
I'm Danny from Samita.
You can try to follow this step:
1.Go to Themes -> Edit code
2.Find file base.css and add this code at the end of the line
.shopify-policy__container {
max-width: 75rem !important;
}
Result
Sami B2B Wholesale — Unlock powerful wholesale features
Sami Request a Quote — Let customers request quotes easily
If our reply helped, please give it a Like or mark it as a Solution!
I added it but it's not working.
This is an accepted solution.
Hi @Fayed_Bd
Please put this code in theme.liquid before body closing tag </body>
<style>
.shopify-policy__container {
width: 80% !important;
max-width: 80% !important;;
}
</style>
Check if it works
Thanks!
Thank you.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025