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 Everyone, I'm trying to figure out a way to increase the width of the page on my shopify website with the Publisher Theme, I'm not able to find any solution to actually increase the width of the policies pages, example:
https://makeframez.com/policies/refund-policy
It doesn't fit with the overall page, it's too narrow and the text should be spanning out a lot more.
It's across ALL policies pages, like terms and services, shipping, etc:
If anyone can help me would appreciate! Thank you
Solved! Go to the solution
This is an accepted solution.
Ok actually 5 minutes later I found the answer after looking for multiple days, lol.
Go to your Online Store > Themes > Customize > Theme Settings > Custom CSS
and insert
.shopify-policy__container {
max-width: 80%;
}
Adjust the width to whatever you like!
This is an accepted solution.
Ok actually 5 minutes later I found the answer after looking for multiple days, lol.
Go to your Online Store > Themes > Customize > Theme Settings > Custom CSS
and insert
.shopify-policy__container {
max-width: 80%;
}
Adjust the width to whatever you like!