Quote Originally Posted by dableys View Post
My problem is similar, but should be a really quick fix. I have my logo centered and it works fine in IE but in firefox it re-aligns to the left. My header was created to display this logo in the center so in firefox it looks a bit stupid on the left. My site is http://www.darbleyfish.com any help is much appreciated ASAP
Your problem isn't anything to do with the column layout grid mod, it is being caused by a stray comma in your style sheet. At about line 108 of your stylesheet you have..
HTML Code:
#logo,
{
text-align: center;
}
You need to remove the comma after the #logo and then everything should be fine.

Regards,
Christian.