SMF For Free Support Forum
Signup For Free Forum
October 08, 2008, 05:05:10 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to SMF For Free. The best free SMF Host
 
   Home   Help Search Arcade Gallery Login Register  

Pages: [1]
  Print  
Author Topic: Center  (Read 398 times)
0 Members and 1 Guest are viewing this topic.
brad9993
SMF For Free Full Member
*
Offline Offline

Posts: 110


View Profile
« on: January 20, 2008, 08:04:16 pm »

How can i center my forum?

www.wwg.smfforfree3.com
Logged
simply sibyl
Global Moderator
*
Offline Offline

Posts: 8421



View Profile WWW
« Reply #1 on: January 20, 2008, 08:14:59 pm »

How can i center my forum?
www.wwg.smfforfree3.com

Can be done several different ways:

Look for this part of the css:

/* The main body of the entire forum. */
body
{
   background-color: #E5E5E8;
   margin: 0px;
   padding: 12px 30px 4px 30px;
}

Change the padding for the left and right side so they are the same number.
The two you want to change are the 2nd and 4th   (30px and 30px in the above example)

or

change margin: 0px;  to   margin: auto;
add:  width: 70%;    Change "70%" to the width you want it to be

or you can use pixels instead of percentage

change margin: 0px; to margin: auto;
add:   
width:  745px;   Just change 765px to the size you want it
Logged

brad9993
SMF For Free Full Member
*
Offline Offline

Posts: 110


View Profile
« Reply #2 on: January 20, 2008, 08:42:22 pm »

and what nunmber woudl i change the 30x to?
Logged
simply sibyl
Global Moderator
*
Offline Offline

Posts: 8421



View Profile WWW
« Reply #3 on: January 20, 2008, 08:47:09 pm »

and what nunmber woudl i change the 30x to?

30px is 30 pixels.   
It will put the left and right edges of the forum 30 pixels from the edge of the screen.
Thats the default - size you see here at support

If you want it wider change both of them (equally) to whatever amount you think you need it to be.
My avatar is 75 pixels wide if that helps ya Wink
Logged



Pages: [1]
  Print  
 
Jump to:  

Powered by SMF 1.1.6 | SMF © 2006-2008, Simple Machines LLC
ServerBeach Coupon
Page created in 0.18 seconds with 17 queries.