We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
it takes sec before it shuffle up all the grids to 2 columns onload
Sorry, something went wrong.
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
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
Fixed with v3.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: