Hey,
i have a skyscraper on my forum
www.flugzeugforum.de
The problem is that my forum is not placed in the middle but on the left side.
My additional.css for the skyscraper:
Code:
body { max-width: none; width:100%; }
#main { width:900px; position:static; float: none; padding: 5px 180px 0px 5px; }
#ss_side { position:fixed; left:910px; top:0; }
The body width 100% means that the logged in members have the style to the full width. How can I prevent that?
Best regards
Majora