Masonry blog grid alignment

Hi,

The blog alignment on this page seems not correct anymore (unwanted gaps).

See screenshot: https://www.dropbox.com/s/kxlbah420ebvj14/Schermafbeelding%202019-03-07%20om%2015.25.03.png?dl=0

Thanks in advance.

Best regards,
Erwin Bakker

Hello Erwin,

Thanks for asking. :slight_smile:

Please try adding following CSS under X > Theme Options > CSS:

.entry-header, .entry-content {
    min-height: 50px;
}

Let us know how it goes.

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

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