Solved

Prestige Theme - make text wider

jaylan_tahtali
Explorer
50 0 4

Hi team,

Hope you are all well.
I would like to make the text in my Privacy Policy section & also my Terms of Service section a little bit wider please. 

My current Privacy Policy section:

https://leikenhair.com/policies/privacy-policy

Store password = daoroh

jaylan_tahtali_0-1638238024975.png

 

I would like to make the text wider like the image below please:

 

jaylan_tahtali_1-1638238133754.png

 

I would also like my Terms of Service page to match this width please 🙂

https://leikenhair.com/policies/terms-of-service

 

Thanks so much for your help in advance 🙂

Accepted Solution (1)

ZestardTech
Shopify Expert
5393 970 1291

This is an accepted solution.

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.css and paste this at the bottom of the file:

 

.template- .shopify-policy__container {
max-width: 800px;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 2 (2)

ZestardTech
Shopify Expert
5393 970 1291

This is an accepted solution.

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >theme.css and paste this at the bottom of the file:

 

.template- .shopify-policy__container {
max-width: 800px;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
jaylan_tahtali
Explorer
50 0 4

@ZestardTech 

Thank you so much! that worked! I made it 700 though just to make it a little less and I also used the same thing for the Terms of Service page. Really Appreciate you help 🙂