Blog posts are out of allignment

Any idea why my blog posts don’t align properly?

I have the same number of lines in the title; and only one Tag at the bottom.

Please see the link above, or screenshot: https://cl.ly/7b3abe.

(If you go to the link, WATCH ONLY THE FIRST 3 POSTS - the one of the left is shorter, for some reason, than the others)

Thank you

Hi @egSebastian,

Thank you for writing in, the Masonry layout was never meant to be aligned, even if you able to align those posts on your screen, on some (smaller) screen it won’t because those title and text will wrap differently.

The real issue here is why each of the Rows is too far from each other.

To resolve that, please add this to Theme Options > JS

jQuery(document).ready(function($){
  $(window).resize()
});

If you really need an even Grid layout, you need to use the Essential Grid extension and set up a grid that will output your posts.

Essential Grid Basics Part 1: Grid Source
Essential Grid Basics Part 2: Layout Options

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.