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

#50405
johnleigh
Participant

Hi csurele,

I think in this case you just need to change the css code below to fix this.
Either of the two methods below should sort this for you.

img.header-img {vertical-align:bottom; }

img.header-img {display:block; }

This ensures that the image aligns to the baseline of its parent –