Home › Forums › CSS › Footer content not staying within "wrapper" › Re: Footer content not staying within “wrapper”
November 9, 2009 at 11:17 pm
#66434
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.