Solved: White Around Header

Feb 09, 2013 04:57

Hi I'm new to working with CSS and could use some help. All I really want to do at the moment is switch out the image for my header and have everything lined up as it was with the original image. Unfortunately I'm getting extra white space above and below my image.
If anyone could help me figure out the code to fix the look I'd appreciate it. I'm currently using firefox 18 and my theme base is ghouls black.

#header-inner {
    background-image: url("http://i1116.photobucket.com/albums/k580/Katherine_Gibbons/redstripe_zpsfa862c2b.jpg");
    height: 200px;
}

#header {
    background-image: none;
}

Thanks for any help you can offer!

header, header:image

Previous post Next post
Up