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

#50377
Cotton
Member

Without going to deeply into your styles, I would guess that it is a padding/margin issue. I would start by adding

Code:
padding: 0;
margin: 0;

to your styles, at least the ul#nav, at least add it to the top and bottom.

** Sorry – I just noticed you set the margin and padding to 0 in your global reset, I don’t do that. Let me look at your stuff.