<!-- Columns are always 50% wide, on mobile and desktop -->
<div class="row">
<div class="col-xs-6">.col-xs-6</div>
<div class="col-xs-6">.col-xs-6</div>
</div>
I thought that the output will be exactly as I see on the website on getbootstrap/css but its not! , please see the screenshots. Anyone can please help me out what am I missing?
'preload'=>array('log','bootstrap'),
// autoloading model and component classes
'import'=>array(
'application.models.*',
'application.components.*',
'application.extensions.*',
'editable.*', //easy include of editable classes
'bootstrap.*',
Use your browser’s developer tools to see if there which scripts and style sheets are being loaded. In chrome, it should look something like the image below.