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]
Remove "space" above the header/top of site.
Re: Remove "space" above the header/top of site.
MJD,
in the CSS for your body, you can change the margin, or even delete the following line.
Ronny
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 */
Re: Remove "space" above the header/top of site.
body, html {margin:0px;padding:0px;}
K
K