CSS Trick: Clearing the Div Float
If the sidebar is floated to the right and is shorter than the main area the footer then is required to jump up into that available space, like below: To fix it, you can #footer { Clear: both;} or add an empty div before the footer block with the style […]