[Plugin: Toolbox] Space between body and page
-
Hi,
If in a child theme I use this css:
body {
margin: 0;
padding: 0;
}#page {
margin: 0 auto; /* Center horizontally */
background-color: yellow;
padding: 0;
}I still end up with a white horizontal space between the top edge of the body (white background) and the top edge of the <div id=”page” ….>
Could you please let me know how to get rid of it? I have tried for hours and am turning to alcohol…..
Thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘[Plugin: Toolbox] Space between body and page’ is closed to new replies.