Question

I 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

Was it helpful?

Solution

Just add it to your css:

html, body {
    margin:0;
    padding:0;
}

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top