Advertise Here

Author Topic: Changing the Forum Width  (Read 1458 times)

0 Members and 1 Guest are viewing this topic.

Offline Roswenth

  • SMF For Free Newbie
  • *
  • Posts: 16
    • View Profile

  • Total Badges: 13
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Changing the Forum Width
« on: April 29, 2007, 10:24:26 pm »
If you want to make your forum narrower, you can put this in the body tag of the CSS (Admin->Manage Styles->Modify Styles->(Select the style you are using from the dropdown and hit "Pick Style" then go the the scroll box at the bottom). You can change 80% to however you like the size to be.

Code: [Select]
    margin: auto;
    width: 80%;


It should look like this afterward:
Code: [Select]
/* The main body of the entire forum. */
body
{
background-color: #000000;
margin: 0px;
padding: 12px 40px 4px 40px;
    margin: auto;
    width: 80%;

}

 

Related Topics

  Subject / Started by Replies Last post
0 Replies
1382 Views
Last post April 01, 2006, 06:30:07 pm
by gizzy
3 Replies
1377 Views
Last post June 22, 2007, 10:50:42 am
by Kimmie
5 Replies
1493 Views
Last post March 05, 2008, 03:49:16 pm
by simply sibyl
1 Replies
1319 Views
Last post January 15, 2011, 07:15:07 am
by taogem
1 Replies
1379 Views
Last post October 03, 2011, 06:14:07 pm
by simply sibyl