Ok so I seem to have this issue, that I can't fix. If you look at my footer : http://i917.photobucket.com/albums/ad14/EpicAlexOwned/footer.jpg you'll see the footer does not expand it's width to 100% although the css value of width has been set to 100%. The HTML seems to be valid, so I don't think that's an issue. Not sure what to do? my css:
http://i917.photobucket.com/albums/ad14/EpicAlexOwned/footer.jpg
you'll see the footer does not expand it's width to 100% although the css value of width has been set to 100%.
The HTML seems to be valid, so I don't think that's an issue. Not sure what to do?
my css:
#footer {
position: relative;
bottom: 0;
background: #434141;
text-align: center;
width:100%;
color: #e7ddd0;
margin-top: -150px;
height: 150px;
clear: both;
padding: 15px;
Thanks
ISSUE SOLVED: I realised, i set the width of a social icon to large, and so it expanded the page width.
Thanks anyway
Would be easier to help out if there was more context.
The width of the footer element is 100%.
Also note i'm using 960gs, does that effect it at all?
thanks.