I am designing a site for a news portal using the wide width of 1170 px. I tried to fit 2 span4 and a span5 in the same row and that is not possible.
Looking arround in the css i discovered that in bootstrap.min .css the following are defined
.span5 {
width: 380px
}
.span4 {
width: 300px
}
which means to me that 2*span4 = 600px + 1*span5= 380px total 980 px which must definetely fit in one row of a 1170px with template.
But the 3rd span always goes in the next line messing up my design.
I suspect that the layout designer is tighted down to a standard narrow design of 940px which messes up my design
It is a requirement that the site uses the 1170px width so please give me some instructions as to how make the template manager layout designer take in account the required width instead off the narrow one