Content color change acting up

Thought this one would be straightforward.

However, the code to change the color of the page content is only adding a 4 millimeter wide strip of the correct color down each side of the page.

.site-logo img {
width: 1150px !important;
}
#content {
background-color: #EDE1D0;
}

Being a newby, is there anything obvious I’m doing wrong? I want to soften the glaring white.

Regards

Santa

Might try:

.site-content-inner {
    background-color: #EDE1D0;
}
1 Like

ABSOLUTELY BRILLIANT!!! So much better than white!

Thank you,

Santa

1 Like