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

#50380
Spunkmeyer
Member

I agree with Cotton – it looks like a spacing issue. Take your UL#nav (according to your css) for instance. It doesn’t have any parameters attached to it. ul#nav is the wrapper around the entire list. So that should be the element that you need to change. Either give it a relative position to the element above it (ie ul#nav{position:relative, top:0;} ** If that doesn’t work, you might have to put the image in a div and adjust the positioning rules), or add {padding:0; margin: 0;} to that element and it should work. What’s the url?