The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › Footer width
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?
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.
Sweet worked like a charm! Thank you :)