MyBB Community Forums

Full Version: How do I add another container?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I recently switch from a different forum software to MyBB. Man, what a good decisions that was! MyBB is greatly superior!

However, I'm trying to nudge MyBB into looking a bit more like the previous incarnation of the forum. Not exactly the same, just a bit more.

This is what it looks like right now:

[Image: frontpage3.jpg]

I would like to put a white background behind the area indicated with the white box in the image below. I assume the best way to do this would be to add another container.

Would someone please suggest how I might go about doing that?

[Image: frontpage4.jpg]
open ACP >> Themes>> your theme >> global.css and add this...

#content {
background: #FFFFFF;
}
(2014-07-06, 04:54 PM)mmadhankumar Wrote: [ -> ]open ACP >> Themes>> your theme >> global.css and add this...

#content {
background: #FFFFFF;
}

Brilliant!! Thank you!