Spacing Issue with Masonry Blog Layout

I’ve set our archive pages to use the masonry layout, but I’m having some spacing issues. The spaces are inconsistent. Sometimes I refresh and it looks okay. And other times there’s large gaps between some posts and not others. Any suggestions?

Hello Sarah,

Thanks for writing in!

I can confirm the issue happens in your archive page. Please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.tax-portfolio-tag .entry-content.excerpt {
    display: none;
}

If nothing is helping, provide us access to your site so that we can check your settings and investigate further. Please create a secure note with the following info:
– Link to your site
– WordPress Admin username / password

To know how to create a secure note, please check this out: https://theme.co/apex/forum/t/how-to-get-support/288

Best Regards.

Hi, the CSS didn’t seem to solve the problem. I’m still seeing some spacing issues. I’ll provide the login details in a secure note. Thank you for your help.

Hello Sarah,

Thanks for updating in! I have logged in and investigated the issue. It is caused by Jetpack plugin and the Lazy Load image feature. It is temporarily deactivate at the moment.

So that you can still use Jetpack, I installed a child theme and added a custom PHP function that will disable the srcset() function for the image.

You can activate Jetpack and set it up again. The lazy load should no longer be a problem.

Please check your site now.

The archive pages looks a lot better! Thanks so much for your help!

You’re most welcome, Sarah.

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