Home › Forums › CSS › Clearfix question › Re: Clearfix question
July 18, 2013 at 9:02 am
#142718
Participant
Here is all that is necessary if you are no longer supporting ie6/7.
.contain:after {
content:”;
display:block;
clear:both;
}