Forums

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

Home Forums CSS How do I limit my footer’s length?

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42110
    mintertweed
    Participant

    I currently have a border-top on my footer than spans the width of the screen, but I only want it to span 960px and be positioned in the center of the page. Here is a CodePen of what I have so far, here. I tried adding width to #footer and centering it…the width worked, but it did not center. I know this should be fairly simple. Thank you in advance!

    #121507
    Anonymous
    Inactive

    #footer {max-width:960px;}

    #121508
    jurotek
    Participant

    [Here you go…](http://codepen.io/jiri/full/ImCaf “”)

    #121509
    Anonymous
    Inactive

    and add the center tag above the footer div

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