Cant Find a Specific CSS file in my store

I’d like to ask help where I can find this CSS file so you can review it where :

Here is a video explaining in great details what the issue is :

https://loom.com/share/435496e7508d453a8fd3b6dd264d7ba3

I’d like to change that CSS to this one;

.shopify-policy__container {

max-width: 97ch;

margin: 0 auto;

padding-left: 20px;

padding-right: 20px;

If some can explain or help me where to find the code so I can modify it by my own.

Thanks in advance

Hi @cm0907u

You can try applying your code to modify the privacy page in Assets > base.css

.shopify-policy__container {
  max-width: 97ch;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any questions!

1 Like

Thank you so much for your answer

this is how it looks now : https://mobilityessence.com/policies/terms-of-service

Something that brought to my attention was this /* Dangerous for a11y - Use with care */ when modifying the background color at base.css > .focus-none

I hope that this will not create future inconveniences.

Once again thanks

1 Like

If you need any further help with this in the future, feel free to reply to this thread :slightly_smiling_face: