Forums

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

Home Forums CSS Footer content not staying within "wrapper" Re: Footer content not staying within “wrapper”

#66434
Brido
Member

Well your div isn’t centering because of an error in your html.

Currently you have:

Code:

need to make it

Code:

Simple mistake there.

Also, why not make one class for all of your footer links? Currently you have a different id attached to each link…just saw that as odd.