As I understand it, Bootstrap is arranged on a 12 column layout ... Default Styles:
.container{width:940px} .span12 { width: 940px; } Well, if I want a hard layout not 940px but 900px . Then how do I use these span1-12 . After all, only for width 940px or am I mistaken?
Is it possible to use a 12-column and 7-column system in one layout?