Log in

View Full Version : forum margin - where to edit


swellinfo
05-02-2011, 05:32 PM
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?

Lynne
05-03-2011, 03:59 PM
doc_margin ?

swellinfo
05-04-2011, 01:45 PM
Yes! doc_margin did the trick - thank you!

I don't know why doc_margin only influenced the specific forum pages, and not the home page, profile page, etc... But, I'm glad that I got this fixed.