html - Bootstrap3 cols not filling space of row in IE8 -


my bootstrap columns not filling entire width of row in ie8... second col-sm-6 comes short on right hand side. using respond , html5shiv already. ideas? code below.

<header>   <div class="container-fluid">     <div class="row">       <div class="col-xs-9 col-sm-6">         1       </div>       <div class="col-xs-3 col-sm-6">         2       </div>     </div>   </div> </header> 

solved: bootstrap-ie7.css interfering columns. once delete this, started working nicely on ie8.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -