Forums

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

Home Forums CSS Noob needs some help with full width footer Re: Noob needs some help with full width footer

#127568
Paulie_D
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.

http://codepen.io/anon/pen/yEGsw