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.

#257242
webinuse
Participant

The problem is in that your .main-footer has to have display:inline-block. But it got confused when I add it so I had to add

<

ul> to wrap your image, and I had to change that ul’s max width. Basically all you have to do i wrap your image with

<

ul>, add display: inline-block; to .main-footer and that’s it. The rest is just tweaking a little bit of widths.