Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS space b/w header & nav images Videopods 12-13 Re: space b/w header & nav images Videopods 12-13

#50398
csurele
Member
"Cotton" wrote:
I don’t know what would cause the issue, but the easiest way to correct and keep working would be to add a class to that header image and make the bottom margin -2px. Definitely not the proper way to do things but nothing in your code jumps out as being wrong. If you remove the image, does the nav sit at the absolute top or does the gap still exist?

Hi, thank you for the suggestion. I am not sure if I did this correctly, but you mean this? :

Code:
Header

Also in the CSS:

Code:
#header-img { bottom: -2px; }