I just started twitter twitter bootstrap and wanted to know what is the best approach to change the default width from 940px to 864px. I tried using the settings page to change the @gridColumnWidth variable to 50 pixels. which should make the total width of 820px, but the default width is just adjusted to 1170px after loading. Should I just leave the default value at 940px and embed a div with a width of 864px inside div.row> .span12?
I also tried using fewer files, but when I try to compile them as css files, I get errors that say the classes, id and variables are undefined.
Thanks for any help
Jason
source share