Home › Forums › CSS › CSS : space between h2 and ul › Re: CSS : space between h2 and ul
December 4, 2012 at 7:45 am
#116273
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