Policy page issue

The width of my store policy page is too narrow, I want to make it standard width. It is perfect on mobile devices. But on desktop it looks very cramped. Can anyone help me solve this?

Desktop view:

Mobile view:

Website link: https://nus-suits.myshopify.com/policies/terms-of-service

Password: 1234

3 Likes

Hi, @Fayed_Bd
I’m Danny from Samita.
You can try to follow this step:
1.Go to ThemesEdit code
2.Find file base.css and add this code at the end of the line

.shopify-policy__container {
  max-width: 75rem !important;
}

Result

I added it but it’s not working.

Hi @Fayed_Bd
Please put this code in theme.liquid before body closing tag


Check if it works
Thanks!

1 Like

Thank you.