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:
- Open Theme => Edit code

- 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;
}
- 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:
- Go to Online Store > Theme > Edit code of your current theme
-
Open your theme.liquid theme file
-
Paste the below code before
Let us know how it works for you.
Best regards,
GemPages Support Team
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.