MyBB Community Forums

Full Version: How do I move the header up a little bit?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://envizioned.net

As you can see, it's a little bit from the top of the container.

I want it to be at the top. How do I get this to happen?
(2011-06-16, 03:15 AM)Insidious Wrote: [ -> ]http://envizioned.net

As you can see, it's a little bit from the top of the container.

I want it to be at the top. How do I get this to happen?

Change:
padding: 20px;

to:
padding: 0px;

in Global.css for #container
That worked, but it kind of made things look messy, I'm not sure why.

Is there anyway to only move the header? As opposed to the entire container.

Edit: I figured out how to get it done.

I added these elements to my header;

position: relative;
top: -17px;