I just can't shake this page moving into the footer.
Site is: https://raiderwriter.engl.ttu.edu/super/onecolumn.asp
The #wrapper div is supposed to push a 70px margin down onto the footer, I think? I just want the footer to float below.
Argh.
I just can't shake this page moving into the footer.
Site is: https://raiderwriter.engl.ttu.edu/super/onecolumn.asp
The #wrapper div is supposed to push a 70px margin down onto the footer, I think? I just want the footer to float below.
Argh.
Your #wrapper
DIV has
margin-bottom: -70px
Remove that declaration.
Btw, debugging CSS is pretty straight forward. Just select the problematical element in the browser's dev tools and inspect its applied CSS styles. Then you can disable individual styles to see what changes that produces on the page.