CSS Issue with body and content

Hi all,

I’m having a little CSS issue and was wondering if anyone could help.
I’m having trouble finding the editing options the following CSS within Bricks:

#bricks-content.wordpress {
margin: 0 auto;
max-width: 100%;
width: 1100px;
}

And this one

body {
word-wrap: break-word;
color: var(–bricks-text-medium);
font-family: -apple-system,“system-ui”,Segoe UI,roboto,helvetica,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
font-size: 15px;
line-height: 1.7;
}

Can anyone point me in the right direction?

Thanks.

Hi Chaten,

what exactly are you going for?
You can override the content width inside of the theme styles > content tab and the body typography in theme styles > typography.

Best regards,
timmse

Hi Timmse,

Thanks. Yes I kind of confused myself and then figured that out. Hopefully this might help someone else though.

Thanks again.