I put together a theme for a site that I am working on. Here's what it is supposed to look like: http://www.sheltoncma.org/newchurch

When I ported it as a Drupal theme, the footer doesn't appear correctly. I prefaced every CSS id with CMA, so that there could be no chance of encountering any conflicts with Drupal. I don't know what is going wrong. To see what it looks like, navigate to http://www.sheltoncma.org/site/?q=user and login U: test P: test

Just to spare this advice, I will mention that it doesn't make a difference whether the sidebar content is longer than the main content or not. In the non-drupal version, it works both ways (I used the clear: right; method). If you view a drupal page with a longer main content area, it still shows the same problem.

Any suggestions?

Thanks a lot, I appreciate the help,
Joe

Comments

zeta ζ’s picture

you are closing one too many /div tags just before the footer.

If you have just two /div tags, the footer will be inside the content-wrapper

jsartori’s picture

I cannot BELIEVE that I missed that. Thanks for spotting that for me!