How to change policy container width on Sense 2.0 Theme?

I would like to change the width of the policy containers and width policy title .
I found this code, but I could not find theme.scss or theme.scss liquid, I am using the Sense 2.0 Theme

URL: numilight.de

Password: Sense

@media only screen and (min-width: 480px) {
.shopify-policy__container {
max-width: 70% !important;
}
}

@media only screen and (max-width: 480px) {
.shopify-policy__container {
max-width: 100% !important;
}
}

1 Like

@HasanK

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.shopify-policy__container {max-width: var(--page-width) !important;}
1 Like

@HasanK - you have base.css file, please add css to it and check