Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Posts display under each other instead of side-by-side with masonry (Taste 2.2)

  • #5806
    Avatar photo[anonymous]

    I noticed a small bug (?) when using masonry layout and 2 posts per column in Taste 2.2.0.0 theme. When there are only 2 posts on the page, in Chrome they show under each other:

    But in Firefox they show side by side (this is correct behavior I think):

    With 3 or more posts there’s no difference.

    I solved this by adding .l-masonry .c-card {display:block;} custom CSS but it makes the gaps between posts a little larger which doesn’t look as nice.