Drupal 4.7.2 / Marvin theme

I'm using Marvin with 4.7.2 but the Footer seems to floating up to the bottom of the Nodes. This isn't really bad, Until you try to use it with Image and Image Gallery..... then it floats up and into the image gallery.

Does anyone have a fix for this?

Would this be a Core question?

Thanks

Comments

green monkey’s picture

I guess I should be more precise and state, it is the Admin Footer and not the block footer. Though Marvin doesn't even have a block footer - only right and left blocks.

sv3n@www.newsfrombabylon.com’s picture

I have this problem also

the footer shows up to the right of images in the image gallery... not at the bottom as it does everywhere else

sv3n@www.newsfrombabylon.com’s picture

I have this problem also, and I am using 5.1 by the way

the footer shows up to the right of images in the image gallery... not at the bottom as it does everywhere else

sv3n@www.newsfrombabylon.com’s picture

I have this problem also, and I am using 5.1 by the way

the footer shows up to the right of images in the image gallery... not at the bottom as it does everywhere else

Anonymous’s picture

Add this to the style.css sheet where appropriate in themes/chameleon/marvin:

#footer {
  clear: both;
}