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

BS 3 demo doesn't work in IE10 & IE11 #33

Closed
okendoken opened this issue Jun 19, 2014 · 4 comments
Closed

BS 3 demo doesn't work in IE10 & IE11 #33

okendoken opened this issue Jun 19, 2014 · 4 comments
Milestone

Comments

@okendoken
Copy link

Please check this demo in IE10 or IE11
http://vestride.github.io/Shuffle/bootstrap3-grid/

shuffle displays 2 columns instead of 3 defined with bootstrap classes

Thanks!

@zeet2020
Copy link

zeet2020 commented Jul 3, 2014

it takes sec before it shuffle up all the grids to 2 columns onload

@Xavvi
Copy link

Xavvi commented Aug 14, 2014

Anyone got a fix for this? Am using a similar bootstrap 4 col grid and it's rendering as 2 col in both IE10 and 11

@Xavvi
Copy link

Xavvi commented Aug 18, 2014

Fixed this by nesting the items one more div deeper to avoid padding issues as suggested here #8 (comment)

eg:

<div class="padding-fix">
    <div class="item"></div>
</div>

Just be sure whichever div you wrap the items in have padding left and right set to 0

@Vestride Vestride added this to the v3 milestone Aug 26, 2014
@Vestride
Copy link
Owner

Vestride commented Oct 7, 2014

Fixed with v3.

@Vestride Vestride closed this as completed Oct 7, 2014
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

4 participants