Sorry, I didn't see a more appropriate place to post this issue. Basically, in the chameleon and marvin themes, since the footer is just another div in the content pane, its location gets screwed up when the content is made up of floating divs. To fix, just modify common.css and add a clear: both; to the footer class. This won't break for normal pages, so it's safe to add.

CommentFileSizeAuthor
#2 91404.patch445 bytesblakehall

Comments

coreb’s picture

Version: x.y.z » 4.7.x-dev

Moving out of the "x.y.z" queue to a real queue.

blakehall’s picture

Status: Active » Needs review
StatusFileSize
new445 bytes

Patch attached for chameleon theme.

Probably should create a separate issue for Marvin theme since it's not in core.

drumm’s picture

Status: Needs review » Fixed

Committed to 4.7.x and 5.x.

Anonymous’s picture

Status: Fixed » Closed (fixed)