Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE8 and below .container width forced to 940px #126

Open
cssgirl opened this issue May 21, 2013 · 2 comments
Open

IE8 and below .container width forced to 940px #126

cssgirl opened this issue May 21, 2013 · 2 comments

Comments

@cssgirl
Copy link

cssgirl commented May 21, 2013

Hi,

I am working on a site and during our QA we noticed that the theme is forcing IE8's (and below) .container down to 940px instead of 1170px (IE9+ is working fine). This is at full screen, 20"+ width monitors.

I am also using this theme on another site and this is not happening, so I'm assuming something is conflicting here - any idea what would be causing this?

Thanks,
Lindsey

@mbijon
Copy link

mbijon commented Jul 4, 2013

@cssgirl, this is an expected behavior in IE8 or older IE's, & not a bug.

The default grid-width in Twitter Bootstrap is 940px. At 1170px you're actually seeing a media query that IE8 doesn't support (the same way that IE8 doesn't show the tablet & mobile sizes when you shrink your browser). Since IE8 doesn't support media queries you get the default width.

Although you have large monitor, the Bootstrap project team decided to make 940px the default because most people running older browsers like IE8 tend to have older computers they haven't upgraded in years.

@itskawsar
Copy link

@cssgirl Please check bootstrap repo issue: https://github.com/twbs/bootstrap/issues/2203

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants