I'm developing this site:
And I'm encountering problems with footer placement. I'm using twitter bootstrap (grid only) and SASS as tools.
If you open the site, you will see that the footer is positioned above the article container, and its elements are in the correct place (below it). I even put the edges of the black footer so they can see the problem.
If you inspect the header, footer, and section elements, you can see that the inspector line boundaries only go to the beginning of the article container. It's very strange, after all, I've nested the html perfectly within the aforementioned tags. What could be happening?