Forums

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

Home Forums CSS CSS : space between h2 and ul Re: CSS : space between h2 and ul

#116273
Paulie_D
Member

Because the first ul contains only floated items it is taken out of the flow the margin of the h2 has nothing to push against to force it down.

You could try inline-block instead. http://codepen.io/joe/pen/diLKG