Closed (fixed)
Project:
Ubiquity theme
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2007 at 11:22 UTC
Updated:
6 Apr 2008 at 12:10 UTC
When the main body content is shorter than the sidebar menu, the footer gets displayed on top of the sidebar.
Comments
Comment #1
jorgeegomez commentedSolved.
To avoid this, simply add:
<div class="clear"> </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.
Comment #2
melon commentedComment #3
jorgeegomez commentedPlease assign a category to the bugs before closing (fixed, won't fix, by design, etc.)
Thanks.