What's your biggest current challenge? Have your say in Community Polls along the right column.

Change Policies Page Width - Publisher Theme

Solved

Change Policies Page Width - Publisher Theme

MakeFramez
Visitor
2 1 0

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

MakeFramez_0-1706986549164.png

 

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

 

Accepted Solution (1)

MakeFramez
Visitor
2 1 0

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!

View solution in original post

Reply 1 (1)

MakeFramez
Visitor
2 1 0

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!