Hello all,
My website is http://www.athanshogan.com. I am trying to figure out how to delete the gap space between my header image and my menu bar.
Any help you all can provide would be much appreciated.
Thanks,
Tom
Hello all,
My website is http://www.athanshogan.com. I am trying to figure out how to delete the gap space between my header image and my menu bar.
Any help you all can provide would be much appreciated.
Thanks,
Tom
Hi
In your stylesheet style_serif.css on line 105, change the padding line as I have it below. (It may not be in the same order as it is below but it will be in the same section)
div#blog-line h1 {
color:#FFFFFF;
font:38px Georgia,serif;
letter-spacing:-2px;
margin:0;
CHANGE --> padding:20px 0 0;
}This topic has been closed to new replies.