Log in

View Full Version : Forum center instead of left


Majora
01-30-2013, 12:02 PM
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:

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

Lynne
01-30-2013, 07:26 PM
If you want the forum centered, you would need to have the margins set to auto and then give it an actual width.

However, you will then need to change the positioning of your skyscrapper since you currently have it's position fixed. You are going to have to play around with it a bit.