I need help fixing a spacing issue I am encountering. I know the clear div that I'm using to push the footer to the bottom is what is causing the white space above the footer, but is there any way to have the main content div carry down to the footer? I'd like to have the left side column extend to the footer.

It can be seen at Click Here

Thanks in advance!!

frist of all remove the div with the clearfooter class. after that remove the height atribue in the css and give it an auto value.
this will solve the problem but if you want to still keep the clearfooter div than you will have to remove the side-content div form any other divs and place it in the main container div and given it a height value of auto; this will also meain chaning the width of all the other divs. let me know if it works

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.