Welcome Guest [Log In] [Register]
We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
It's too thin; Help please
Topic Started: Oct 30 2009, 10:35 PM (131 Views)
robi54321
Member
[ * ]
Hello everyone!

My forum is too thin and doesn't fill out the whole window.

It should look like this.

Not like this.

How to fix it?


Regards,
robi54321


Layout:

Spoiler: click to toggle




CSS:

Spoiler: click to toggle
Edited by robi54321, Oct 30 2009, 11:31 PM.
Offline Profile Quote Post Goto Top
 
AmplyAngelic
Member
[ * ]
1: Log in to the ACP.

2: Click on Board Themes.

3: Click on Edit Theme Appearance.

4: Scroll all the way down to the bottom of the CSS. A few lines up from the bottom, you'll see the following element defined as follows:
Code:
 
#main_content {width:86%;margin:0px auto;}
#main_content is pointlessly defined a second time in that CSS. Make sure you're looking at the last one (closest to the end of the CSS), otherwise this will not work.

5: You can now do ONE of two things:

  • Delete the line that I've specified above entirely from the CSS
    or...
  • Change the specified line to the following:
    Code:
     
    #main_content {width:100%;margin:0px auto;}

Is this what you were looking for?
Edited by AmplyAngelic, Oct 31 2009, 06:20 AM.
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Theme & CSS Help · Next Topic »
Add Reply