How can I improve the formatting of my policy pages?

Hello everyone,

I was looking for some help, I have added my policy pages, however the formatting on them is terrible, its small paragraphs in the middle of the page, I have no idea why, its hard to explain so I have added a link so you can see what I mean, there must be a fix for this, other pages I have created seem to be fine, but these are from the policies section in settings and then just added to the footer.

Any help would be massively appreciated

https://1kndclothing.com/policies/privacy-policy

thank you

Hi @1KNDclothing

Please follow these steps:

  1. Open Theme => Edit code
![view - 2023-02-13T132822.302.png|1802x841](upload://llGf5jg9kcFHBXBJxd0ZZE8thRC.png)
  1. Search file “base.css” or “theme.css” and add code at the end:
.shopify-policy__container{
	max-width: 100vh !important;
}
.grid__item {
    max-width: 100% !important;
}
@media screen and (min-width: 750px)
.grid__item {
   max-width: 100% !important;
}
  1. Save your code and check the result

I hope that this can help you solve the issue.

Hello @1KNDclothing ,

It’s the GemPages Support Team and we are glad to assist you today!

I would like to give you the recommendation to support you so kindly follow the steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


Let us know how it works for you.

Best regards,
GemPages Support Team

brilliant thank you

thank you for your help, this worked also

Oh hi, sorry I have just checked and desktop is fine however its not looking great on mobile now, any ideas.

Thank you

Hi @1KNDclothing

Thank you so much for marking our suggestion as a solution. Regarding the next issue, did you mention our suggestion or GemPages? If you are talking about our solution, please tag us so we will check it for you.