Forums

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

Home Forums CSS Cannnot make top margin work on this div Re: Cannnot make top margin work on this div

#114215
Senff
Participant

The sidebar had a bottom margin of 0 and the testimonials has a top margin of 10. The result (the space between those two) will be the lowest of the two, because the testimonials is not floated. That’s normal behavior between two elements of which at least one is not floated: http://codepen.io/senff/pen/KdLlh