Hi,
I need to get rid of the gap between the header image and the top of the page for my site http://www.AliphAurMeem.com/blog.
There already is
margin:0px auto;
inside the main div. Any ideas?
Hi,
I need to get rid of the gap between the header image and the top of the page for my site http://www.AliphAurMeem.com/blog.
There already is
margin:0px auto;
inside the main div. Any ideas?
Remove the top padding from the style #main in your stylesheet.
Go into your style.css file and around line 238 you should find:
#main {
margin:0 auto;
padding:33px 0 20px;
width:1000px;
}
Try either removing the padding property altogether, or changing the 33px to 0 (zero).
Hope that sorts it out for you ...
Thanks guys, that did it. Awesome!
This topic has been closed to new replies.