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

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #43259
    Demetri90
    Member

    Hello, I’m looking to add a full page width footer to my site. I’m using the 960 framework. I wrote this all from scratch, but I’m not much of a web designer. I’ve tried looking up various ways but nothing seems to have worked, the footer just won’t go outside my container for some reason. I’ve tried making the footer in it’s own div, but still nothing. My site is http://www.thatcompguy.net Any help would be greatly appreciated.

    #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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.