PDA

View Full Version : Forum Alignment


Andy365
03-10-2009, 02:55 PM
My forum, version 3.8.1, aligns to the right of the screen in IE and in Safari, and some versions of Firefox, though it shows up in the center with the latest Firefox.

How can I change the alignment of the entire forum page so that when a browser opens the site it displays in the center of the screen? I tried using the spacer_open, header and footer templates, which have "center" by default. I changed them to left, thinking that might work. That did not change a thing actually.

Seven Skins
03-10-2009, 06:26 PM
It is lot easier if you post the link to your site.

You can try adding this to the top of hedaer template:
<div style="width:800px; margin: 0 auto">

And this to the footer template (Just above the javascript at the bottom):
</div>

.

Andy365
03-10-2009, 10:51 PM
Here is the URL. http://forums.jesusradicals.com/

I just tried the suggestion, didn't help unfortunately (but thanks). Explorer still aligns to the right.

Seven Skins
03-10-2009, 11:24 PM
Change the margins in the body tag to:

margin: 0px 0px 10px 0px;

.

Andy365
03-11-2009, 12:04 AM
You are a genius. Thanks a lot.

Seven Skins
03-11-2009, 10:11 AM
You are welcome :)