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

#114301
redhornet
Participant

Use padding instead. Or you can set margin-bottom on .sidebar and .content.
That way the height-est element will push down your container.
Both .sidebar and .content are floating elements and somehow you cant use margin-top against them. Notice if you set float:none on them the margin-top will work.