How can I widen the text on my Dawn Theme policy page?

Hello

I wold like for this text to get wider.

Can you guys help? I cant find my theme.css file.

Link: Juridisk meddelelse – Kærlig-Hund (kaerlighund.dk) (Store code: wtWq7ePS)

1 Like

@GustavFC

yes please add 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: 100% !important;
}
1 Like