Forums

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

Home Forums CSS Clear:Both Space problem Re: Clear:Both Space problem

#60239
TheDoc
Member

Maybe try using <div class="clear"></div> instead.

.clear {
clear: both;
}

I know it’s an empty div, but really, who cares.