MyBB Community Forums

Full Version: Editing full width header and footer to align content
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

MikeInToshx

Hey guys,

How can I make the forum look like this:
[attachment=29747]

Meaning, Now it takes up like 100% of the screen, but I want it to have a fixed width of 1200px.
So the header & footer needs to be equal aligned with the content width. Not take up full width.

How do I do that? Thankies!
in the global.css, you can add width: 1200px; for the div #container and change its margin to 0 auto;

MikeInToshx

Hey .m.!

Thanks,

how do I add a shadow now? ( u know what I mean right? )

on the sides of the content
^ for the div #container you can add border, padding and box-shadow as required. (see box-shadow --> link1 & link2)

MikeInToshx

Box shadow worked, but why do I need a border for?

And for padding ( top and bottom?) I want to ask your opinion,
Should I add or not?


Cheers, mate
^ if you like the box-shadow only then no need of adding a border and padding for the #container