Masonry blog 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=01

The CSS you suggested unfortunately didn’t help:

Hello Erwin,

Thanks for asking.

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

.entry-header, .entry-content {
min-height: 50px;
}
Let us know how it goes.

Thanks in advance.

Best regards,
Erwin Bakker

Hi Erwin,

Thank you for writing in, it seems there is a plugin or widget that interrupting the loading of Masonry. Please try adding to Theme Options > JS

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

Remove that custom CSS you shown above.

Cheers!

Perfect; thanks!

You’re welcome.

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