Footer issues: Can't extend to edges of window [closed]
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this questionI开发者_如何学C can't seem to get my footer to extend to left and right edges of the browser window. I've been trying everything, but I can't get it to work. How would I do this?
Thanks
Just add it to your css:
html, body {
margin:0;
padding:0;
}
With no HTML or CSS to accompany the question, I'd have to say that your footer it inside of another container (<div id="page-wrap">
anyone?) that has a margin and/or padding applied.
精彩评论