Recent Topics

1 Apr 07, 2009 04:08    

My b2evolution Version: 1.10.x

Hello:

Please, I want to make my main area (content - post area) of the website to have a fixed width.

Please check my website: www.sobrenada.org
and also check famous website www.neatorama.com

Neatorama's width is fixed, which is not happening with my Sobrenada.
I know Neatorama is not B2evo :-), it was just for illustration.

Thanks
Sergio

2 Apr 07, 2009 06:51

Hi sobrenada. I don't understand why you would call neatorama.boring "famous" when no one I know goes there. We all wait for updates on sobrenada.cool ;)

Try adding this to your stylesheet.css file (found in your skin's folder, of course):


.bPosts {
width:400px;
}

You might find some funny troubles with it down the road a bit, but for sure adding that will fix the width of your main content area! To fully dig on how cool you can be using "width" check out http://www.w3.org/TR/CSS2/visudet.html#propdef-width - but only if you have a high tolerance for geekiness. If it bores or confuses you then ask for more help and wait for one of the styling geniuses to come along and help you out.

3 Apr 07, 2009 12:56

Hey, EdB! Saving my life again!

I will try your suggestion and play with it to see if troubles arise. I will also check the w3.org link you've provided.

And thanks for praising Sobrenada :)

Sergio


Form is loading...