[SMF 2.0 RC2] Forum Width

Status
Not open for further replies.
How does it not help you? Everything is explained there. If there's something you don't understand please by all means state that, a reply such as "Doesn't help me!" doesn't help us to help you, how do we know what you do/don't understand and that guide is quite useful.
 
Look for the main CSS file for your theme, and look through that for body, also give us a link if that doesnt help
 
I'm not too sure about how SMF styles are coded, but, you can try changing - width: 1000px; to the width you'd like. For example:
Code:
body
{
   background-color: #E5E5E8;
   margin: 0 auto;
   padding: 12px 0 4px 0;
   width: 990px;   
}

If that doesn't work, then reply back and we'll see where to go from there. 😉
 
I looked through the CSS. Doesn't seem like it can be anything else from the CSS itself. Maybe you didn't notice the change? try 800px, or 750px. Otherwise, the width is hard coded within the html.
 
The Pimped Papaya said:
Does SMF have a feature to clear cache?
Yes they do.

Anyways look for one of these in your css -

body

wrapper

main

One of those will have the width.

As for it being easy to edit,I find it easier then most.

Edit: And how do you have rc2 when it is only available for charter members?
 
Maybe he's a charter. I want the freaking RC2 to come out already...
 
Ask on the Charter member board. If you got this legitly, you will have access there. If you didn't, I suspect you are asking here since SMF.org doesn't provide support for illegal copies.

I'm reporting this and asking that it get locked.
 
Status
Not open for further replies.
Back
Top Bottom