When the main body content is shorter than the sidebar menu, the footer gets displayed on top of the sidebar.

Comments

jorgeegomez’s picture

Solved.

To avoid this, simply add:
<div class="clear">&nbsp;</div>
On line 119 of page.tpl.php (just before the endif of $sidebar_left). Probably should do the same after sidebar_right.

Don't think it's enough of a change to justify attaching a patch.

melon’s picture

Status: Active » Closed (fixed)
jorgeegomez’s picture

Please assign a category to the bugs before closing (fixed, won't fix, by design, etc.)

Thanks.