How can I widen the text in my Privacy Policy and Terms of Service sections?

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

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

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

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

Thanks so much for your help in advance :slightly_smiling_face:

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;
}
1 Like

@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 :slightly_smiling_face: