I have the problem of a horizontal scroll bar which keeps coming back. Have tried setting the stylevars, Global-->doc_margin and put it to: top: 0, right: auto. bottom:0, left:auto.
this works for a while, but then it changes back to the figures of 191 for right and left, resulting in a horizontal scroll bar. According to a support member, I have used an image that is 1200 pixels wide in the header so it will correctly overflow if the browser window isn't wide enough.
In conclusion, I need some css [to overwrite] this, and get rid of the horizontal bar. Hope I can get help.
wbr,
Newtalker
How wide is your forum supposed to be? You're 1200px wide header image is currently determining the minimum width of your forum. It can't go any smaller than that. If you want a background that scales to users browsers, you need to use a background image instead. Right now you have one large static image with no flexibility and which will create the a scrollbar for anyone browsing your forum with a screen resolution smaller that 1200px.
DJ
Actually yesterday, he had about 300/400px to the left of the entire forum, including his header image, it was reported from the doc html, which was weird.