Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You need to use the <code>clearfix</code> class to fix this. </p> <p>Here's the updated code:</p> <pre><code>&lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;TEST&lt;/title&gt; &lt;link href="http://getbootstrap.com/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="screen" /&gt; &lt;script type='text/javascript' src='http://getbootstrap.com/dist/js/bootstrap.min.js'&gt; &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div class="container"&gt; &lt;div class="row"&gt; &lt;div class="col-lg-3 col-md-6 col-xs-12 text-center"&gt; &lt;div style="border:1px solid red; padding:5px; margin:5px; width:100px; height:50px;"&gt;BOX 1&lt;/div&gt; &lt;/div&gt; &lt;div class="col-lg-3 col-md-6 col-xs-12 text-center"&gt; &lt;div style="border:1px solid red; padding:5px; margin:5px; width:100px;"&gt;BOX 2&lt;/div&gt; &lt;/div&gt; &lt;div class="clearfix visible-md"&gt;&lt;/div&gt; &lt;div class="col-lg-3 col-md-6 col-xs-12 text-center"&gt; &lt;div style="border:1px solid red; padding:5px; margin:5px; width:100px;"&gt;BOX 3&lt;/div&gt; &lt;/div&gt; &lt;div class="col-lg-3 col-md-6 col-xs-12 text-center"&gt; &lt;div style="border:1px solid red; padding:5px; margin:5px; width:100px;"&gt;BOX 4&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>You can see I added the fix after box 2. The <code>visible-xx</code> class is added the viewports where it is not displaying correctly.</p> <p>You can read more about it on the bootstrap page </p> <p><a href="http://getbootstrap.com/css/#grid-responsive-resets" rel="nofollow">http://getbootstrap.com/css/#grid-responsive-resets</a></p> <p>Hope that helps!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload