Formatting issue using Bare Bones by 4kitch

bcswebstudio@drupal.org's picture
public
group: Austin
bcswebstudio@dr... - Fri, 2007-09-21 04:58

I am posting this here in hopes that someone else has worked with Todd's BareBones theme and can provide some insight into my issue.. I've got a background-image on the footer that looks fine in FF, but the footer itself is shifted left ~24px (or a couple em's?) in IE6. I think it works fine in IE7 but haven't yet tested there.

The site underway:
dev.luigispatioristorante.com
(preferred not to be linked.. keeps the crawlers away)

Anyone have any idea what's going on?


btw, strong deviation

bcswebstudio@drupal.org's picture
bcswebstudio@dr... - Fri, 2007-09-21 04:59

by the way-- I should mention that I greatly deviated from BareBones.. :O


Barebones is overkill

Todd Nienkerk's picture
Todd Nienkerk - Sun, 2007-09-30 20:21

Barebones is best used as a starting point for two- and three-column layouts that must utilize a full-length column design. The layout of the site you've created is a one-column layout, so you don't really need any layout code related to left and right columns.

That said, I suspect the #footer div is incorrectly positioned inside #footer-wrapper. Make sure you're giving #footer a margin-left and margin-right of "auto." Currently, your #footer CSS reads "margin: auto auto -50px". This translates to "margin-TOP: auto" and "margin-RIGHT: auto". Try "margin: 0 auto -50px auto".

Down the line, I suggest you strip all the Holy Grail layout stuff, as you don't need it for a single-column theme.

Todd Ross Nienkerk
Editor, That Other Paper | Co-founder, Four Kitchen Studios