On my page here, the left-nav is going into the footer and I’m not sure why.
If anyone could take a look using and inspector that’d be great as there’s lots of CSS & html. But if you need it, please let me know and I’ll paste it in.
Many thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The element with
id="footer-wrapper"has negativemargin-top.Set
#footer-wrapper { margin-top:0; }