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

Order columns items #9

Closed
chemitaxis opened this issue Jan 11, 2017 · 2 comments
Closed

Order columns items #9

chemitaxis opened this issue Jan 11, 2017 · 2 comments

Comments

@chemitaxis
Copy link

issue summary

Order different like masonry. The items is attached to the DOM in Column1 and down, Column2 and down

expected behavior

First item must be the first in the first column (ok) , second item -> first item in the second colum (bad)

browser used

Chrome, Safari, Firefox

Thanks!!

@jh3y
Copy link
Owner

jh3y commented Jan 11, 2017

Hey @chemitaxis

If I'm right in thinking you're referring to being able to order content from left to right whilst keeping it masonry. Unfortunately, as far as I'm currently aware, this is not possible with purely CSS.

To achieve the desired effect would require intervention from either JavaScript or possibly a server-side rendering solution. I've touched on this here. However, if you do have a solution to this, please feel free to open a PR! I'd love to see a solution 😄

Thanks!

@jh3y

@jh3y jh3y closed this as completed Jan 11, 2017
@chemitaxis
Copy link
Author

Oh! Thanks! SO fast!! 👍 I will check the link!!

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

2 participants