Please help me figure out which class row or row-fluid needs to be specified in container with the layout of the responsive template on bootstrap 2.3.2. For example, I looked at a few templates in some used row, and in some row-fluid container in both cases without fluid ( as it should be, as it is NOT rubber, but responsive ) bootstrap-responsive.css is always connected.

What is correct for responsive row or row-fliud?

    1 answer 1

    <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="css/bootstrap.css" style="text/css" rel="stylesheet" /> <link href="css/bootstrap-responsive.css" style="text/css" rel="stylesheet" /> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script type="text/javascript" src="js/bootstrap.min.js"></script> <div class="container-fluid"> <div class="row-fluid"> </div> </div> 
    • Soledar10, Thanks for the response to the question, but your version of the layout layout turned out to be completely rubber. fluid. On monitors 1920 * 1080, the layout is stretched to the full width => 1920px Therefore, most likely the correct answer is container WITHOUT fluid, but row-fluid and the connected bootstrap-responsive.css are necessary. I'm really not 100% sure, but 95% is. We are waiting for an unambiguous solution from professionals in bootstrap. soledar10, thanks for the answer. - MansEL
    • so it depends on what kind of site you need - ie from and to - soledar10
    • Needed on bootstrap 2.3.2, responsive, but not the full width of the screen. That is, NOT rubber, but only responsive. In this case, what should be the classes container and row? There is an opinion :-) that container should be ordinary, but row all fluid. Although some templates have an error or flaw on this account: bootswatch.com/2/cerulean for example, has a flaw in the use of row. - MansEL
    • if so use container - soledar10
    • 3
      Thanks for answers. Bottom line: for Bootsrap 2.3.2 and responsive layout (NOT rubber), use container (without fluid), and row-fluid (row with fluid). Chew for everyone who will read this question and answers - MansEL