Hi,

The light gray footer block is properly contained inside the darker gray when using Firefox ... but in IE, the light gray wanders off to the edge of the dark gray, so it's not centered.

m.e.

Comments

scooper’s picture

I found a fix for this problem - just add the following to the theme's style.css, or your own .css file for theme overrides:

.Footer .Footer-text {
 width:640px; 
}

You can tweak the width to your needs.