bootstrap columns not working

I’ve just installed yii 2.0 and I noticed that the bootstrap columns are not working. Please see the screenshot 5962

screenshot.JPG

Hi everybody, I found the solution to the problem of the columns!! I just changed <div class="col-lg-4"> for <div class="col-sm-4">. I found that col-lg are for Desktops (≥1200px). See here http://getbootstrap.com/css/#grid.

1 Like