Forums

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

Home Forums CSS Help with site footer. Reply To: Help with site footer.

#257263
Lionel
Participant

Add this to your code:

.main-footer .footer { your styles — and then, add overflow:auto; }
.main-footer .footer img { your styles — and then, add float: left; }

let me know if that works.