Themes By Design

Some spacing above my header ?

tijmen_4real
04-09-2008, 12:22 AM
Hi !

Check out my test-area for our company forum, yet to be launched, here (http://www.katwijk13.nl/testlab/hkforum/).
You'll see the header with some white space above.

How can i remove the white space (spacing/margin/padding) above this header ?
Greetz,

Tijmen_4real :cool:

Peggy
04-09-2008, 01:28 AM
Hey that's lookin' good!

In the Admin CP, go to the Main CSS section for your theme. In the very first section of the Main CSS, the Body section, look on the right where it says Extra CSS Attributes.

In that box you'll probably see somthing similar to this

margin: 5px 10px 10px 10px;
padding: 0px;

The very first one, 5px, is the top margin. Change that to 0px and the space will close up there.

Hope this helps :)

tijmen_4real
04-09-2008, 09:26 AM
Yes, this did it !
Thanks !!!

Peggy
04-09-2008, 10:36 PM
You're very welcome :)