Page 1 of 1

Remove "space" above the header/top of site.

Posted: Mon Apr 16, 2007 2:01 pm
by duplay
I need to know how to remove the small gap above the header of the page (see screenshot). Basically, people want the site always to be located at the very top of each window. Any help?

Thanks

MJD

[gelöscht durch Administrator]

Re: Remove "space" above the header/top of site.

Posted: Mon Apr 16, 2007 2:27 pm
by RonnyK
MJD,

in the CSS for your body, you can change the margin, or even delete the following line.

Code: Select all

   margin:1em;    /* gives some air for the pagewrapper */
Ronny

Re: Remove "space" above the header/top of site.

Posted: Mon Apr 16, 2007 7:51 pm
by KO
body, html {margin:0px;padding:0px;}

K