Forum width

Started by searchgr, November 16, 2009, 02:10:21 AM

Previous topic - Next topic

searchgr

I have tried the following method (modified the style.css in the default folder) but nothing happens.... (smf 2 rc2 , curve)

style.css solutions for Core theme

To set your % width for the Core theme (ignoring problems with IE 5 and 5.5), search Themes/default/style.css for the code quoted above, reduce that 30px left and right padding to 0 and specify your own % left and right margins (note the shorthand style declaration order of top/bottom right/left):

Code: [Select]
/* The main body of the entire forum. */
body
{
   background-color: #E5E5E8;
   margin: 0 15%;
   padding: 12px 0 4px 0;
}



Any ideas?

Antechinus

There is no style.css in RC2. All the content is in css/index.css.

searchgr

ok, my mistake.

Do i follow the same steps in css/index.css?

searchgr

I found index.css but don't know what to change....

searchgr

ok, i change it to 2%. What is the padding?


{
   background: #E9EEF2 url(../images/theme/backdrop.png) repeat-x;
   font: 78%/130% verdana, Helvetica, sans-serif;
   margin: 0 auto;
   padding: 15px 2%;
}

Antechinus

You can set the width for Curve in Admin >> current theme.

searchgr

I have tried it but is expanding only to the right side. The left border space remains unchanged.

Now, by editing the css file is ok.

Advertisement: