Forums

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

Home Forums CSS Footer width

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #44999
    kellyhicks
    Member

    I am using the prophoto theme for wordpress and I would like my footer to span the width of my site. Right now it is the width of my content space. Can anyone help?

    #136575
    unasAquila
    Participant

    here is a generic [mock-up](http://codepen.io/unasAquila/pen/qkbas) basically you find the footer section and `position:absolute;` as such

    position:absolute;
    left:0;
    width:100%;

    hopefully this helps.

    #136579
    kellyhicks
    Member

    Sweet worked like a charm! Thank you :)

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