News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Fixed forum width on rc 1

Started by sean9461, March 26, 2009, 04:23:35 PM

Previous topic - Next topic

sean9461

Hi, i have been trying for some time to get my forum width to be a certain percentage
i have tried the doc file on setting the forum width and no method works
could someone please guide me to do this.

i am using smf rc 1
and the theme gold line  at :
http://custom.simplemachines.org/themes/index.php?lemma=600

Thanks.

shadow82x

In ../Themes/orangeline20b4/style.css

Find
#wrapper {
    width: 1000px;
    min-width: 720px;
    margin: 0 auto;
    padding: 0;
}


Make it
#wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}


Feel free to adjust the percent. ;)

Goodluck
Colin B
Former Spammer, Customize, & Support Team Member

sean9461

Oh, i feel so dumb lol.
i was looking at the body tag.
Thanks it worked.

Advertisement: