Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: ahh on May 22, 2017, 07:56:33 AM

Title: forum Size
Post by: ahh on May 22, 2017, 07:56:33 AM
this is my forum
cif2.16mb.com the forum size is too small i want make the size like this cit2.net anyone help me
Title: Re: forum Size
Post by: Shambles on May 22, 2017, 08:13:48 AM
In your index.css file, at line 55

Code (Find) Select
#wrapper {
    width: 990px;
    margin: 0 auto;
}


Code (Replace) Select
#wrapper {
    width: 90%;
    margin: 0 auto;
}
Title: Re: forum Size
Post by: ahh on May 22, 2017, 08:15:31 AM
Quote from: Shambles on May 22, 2017, 08:13:48 AM
In your index.css file, at line 55

Code (Find) Select
#wrapper {
    width: 990px;
    margin: 0 auto;
}


Code (Replace) Select
#wrapper {
    width: 90%;
    margin: 0 auto;
}

where to find the css file ?
Title: Re: forum Size
Post by: Shambles on May 22, 2017, 08:17:20 AM
In your theme's (Analysis) css folder.
Title: Re: forum Size
Post by: ahh on May 22, 2017, 08:25:08 AM
no thing happened
Title: Re: forum Size
Post by: Illori on May 22, 2017, 08:31:08 AM
you need to clear your browser cache to see the change.
Title: Re: forum Size
Post by: ahh on May 22, 2017, 08:41:58 AM
fixed thanks a lot