forum margin - where to edit
For some reason, on my individual forum pages (no other pages), there is a problem with the body margin. Using Firebug this is what is set for the body:
body {
color: #3E3E3E;
font-size: 13px;
line-height: 1.23;
margin: 0 35px;
min-width: 650px;
width: auto;
}
I need to edit the margin: 0 35px, so that it is margin:0
I can't seem to find where to do this... Any help?
|