You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 😄
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!!
The text was updated successfully, but these errors were encountered: