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

Bootstrap reordering works fine with 3.0, not with 3.1.1 #13517

Closed
slavede opened this issue May 5, 2014 · 4 comments
Closed

Bootstrap reordering works fine with 3.0, not with 3.1.1 #13517

slavede opened this issue May 5, 2014 · 4 comments
Labels

Comments

@slavede
Copy link

slavede commented May 5, 2014

I have three divs to be displayed in different order depending on screen width:

For lg it should be 3 7 2

For md it should be 7 2 3

For sm it should be

2 3 7

I have this code:

http://jsfiddle.net/L62JU/1/

It works as expected with Bootstrap 3.0, but Bootstrap 3.1.1 has following issue:

It works fine for lg and sm, but for md, 7 overlapse with 2 and 3...

@cvrebert cvrebert added the css label May 5, 2014
@cvrebert
Copy link
Collaborator

cvrebert commented May 5, 2014

Removing the .col-md-push-0 seems to fix it: http://jsfiddle.net/TXgXF/2/

@cvrebert
Copy link
Collaborator

cvrebert commented May 5, 2014

Fixed in Bootstrap v3.2.0 w/o any changes to your HTML: http://jsfiddle.net/VJqR7/2/

@cvrebert cvrebert closed this as completed May 5, 2014
@slavede
Copy link
Author

slavede commented May 5, 2014

But example you gave in comment 1 doesn't have xs reordering included...

So this was the issue in 3.1.1?

@cvrebert
Copy link
Collaborator

cvrebert commented May 5, 2014

Yes. See #12863.

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

No branches or pull requests

2 participants