SyntaxFix
Write A Post
Hire A Developer
Questions
Twitter's bootstrap .span classes are floated to the left so they won't center by usual means. So, if you want it to center your span simply add float:none to your #main rule.
.span
span
float:none
#main
CSS
#main { margin:0 auto; float:none; }