Forums

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

Home Forums CSS Floating Problem Re: Floating Problem

#59541
TheDoc
Member

It looks like you simply need a clear at the end of the floated items, but before the wrap div gets closed.

.clear {
clear:both;
}

<div class="clear"></div>