Change Policies Page Width - Publisher Theme

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:

MakeFramez_0-1706986675346.png

If anyone can help me would appreciate! Thank you

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!