Home › Forums › CSS › Noob needs some help with full width footer › Re: Noob needs some help with full width footer
March 9, 2013 at 1:11 am
#127568
Member
You have to take the footer out of the main container.
Assuming that you have NOT set any width on the footer element it will automatically be 100% wide.
If you want the content of the footer to line up with your other content then add an inner div with a class of container to the footer.