I have seen the other posts where they say to add this to the theme**.scss** file
.shopify-policy__container {
max-width: 100% !important;
}
I am using debut and only have theme**.css** I put this code in at the bottom but it does nothing. Does anyone know what other options there is?
It changes if I do it in developer’s tools in chrome but not when I try to apply to actual code. This is the file it shows in developer’s tools for where the code is located. Obviously I can’t edit a cloud file
Please provide a link to the website page, so that others can review.
Because this is a public forum I don’t want to post the actual link and have it show up in google results - it is a client’s site.
But this is a screenshot with the domain in it or if you message me I’ll give you the link
Indeed, I just added the code below to the bottom of the theme.css file on line 8187 and it changes the width of the container for the policy page. Strange that it doesn’t reflect if you make the change in Shopify code.
.shopify-policy__container {
max-width: 50% !important;
}
I know and I’ve tried every measurement - %, ch, px and nothing changes