Hi, I am a designer migrating to BS and downloaded a latest version of BS, 
My design is based on 4 horizontal strips touching to borders of browser 
but inside content should be of some certain width, I need to know how much 
width it should be so I can convert my design to that and I never know how 
can I put my content to center, I think its automatically making 1329px on 
my 1366 width display.

*1*. Is it necessary to make design for maximum available size and its 
responsive?
*2*. If I design my website something around 960px, can I make it 
responsive?
*3*. what classes I need to use?

*Here is some possible code for my design.*
<div class="container-fluid">
    <div class="row-fluid light-grey-background">
        <div class="span12">(must be some specific width and centralized)
            MY header
        </div>
    </div>
    <div class="row-fluid light-blue-background">
        <div class="span12 my-herounit center-aligned width960">
            My Hero unit
        </div>
    </div>
    <div class="row-fluid">
        <div class="span4">
            3 units of span4
            ....
        </div>
    </div>
    <div class="footer myfooter-fullwidth-background">
        My footer here
    </div>
</div>

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to