Forums

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

Home Forums CSS CSS Sticky Footer Problem Re: CSS Sticky Footer Problem

#120460
hotpink
Member

Edit: I understand what you mean now. The content in the footer extends the full width of the window, while the rest of the page is constrained to 960px.

This code should help.

.footer_content {
width: 960px;
margin: 0 auto;
}