Forums

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

Home Forums CSS Using CSS to layout a website and especially the footer Re: Using CSS to layout a website and especially the footer

#123681
Paulie_D
Member

I think you could do this:

.wrapper:after {
content: “”;
display: table;
clear: both;
}