MyBB Community Forums

Full Version: MOVE HEADER
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
-at the moment I work on localhost
-New installation

well, my problem is a litle simple:

I want to move the header like show this draw Toungue:
[Image: examplea.png]

how can I do it??, I look into advanced global.css but I dont find nothing, any can help me?

thx!!!
Go to AdminCP Home » Themes » Default » Editing global.css

And change padding with following:
padding: 0 20px 20px 20px;
thx!!!!!!, works fine, but:

how can I erase the "new" space (red color in image):

[Image: examplez.png]
I found the answer!!!, thx to all

the solution was:

in #container:
padding: 0px 40px;

in body:
margin: 0px 0px 0px 0px;

thx DragonFever!!