We are using Bootstraps on a website but Internet explorer doesn't seem to be using the grid system from Bootstraps. We have a class assigned with class="col-sm-6 col-md-4 col-md-offset-4" but on Internet Explorer 11 it is stretching across the screen. Here is an image of the problem http://wikicopy.com/loginproblemIE.png The background stretches across the whole screen. It works fine on Firefox, Chrome, and Safari.
相关问题
- How to fix IE ClearType + jQuery opacity problem i
- How to add a “active” class to a carousel first el
- Is TWebBrowser dependant on IE version?
- Full Clickable Accordion in Bootstrap
- How to add Bootstrap 4 without Tether?
相关文章
- IE/Edge not applying transform: translate to table
- Make Bootstrap tab Active on the bases of URL link
- Rails: Twitter Bootstrap Buttons when visited get
- Number of Javascript lines executed during page lo
-
Is it bad to put elements within the <hea
- Reduce spacing between rows
- How do use bootstrap tooltips with React?
- Need to design 8 boxes in two rows
查看全部
Is your site rendering in compatibility mode? if so, adding the
meta
tag below should fix the issue.