Click to See Complete Forum and Search --> : Footer Across Entire Screen


1234567890
03-02-2009, 02:19 PM
I have a website where the width is set to 882px wide, but client wants the footer to scroll entirely across the screen and be 100%. How can I do this with the given url and template (http://mibsolutionsllc.com/DStest/)?

KDLA
03-02-2009, 03:03 PM
Pull the footer section out of the container div by placing it after this </div> tag:

<!-- END: FOOTER -->

</div>

1234567890
03-02-2009, 03:37 PM
Great avatar!

It is not outside of the container and after the div you specified, but now it is still set to the same width. Do I have to change the css around? I changed the footer to width:100% but this didn't help things...