Vertical positioning of blog post is not working correctely

Hi there,

apparentely the vertical positioning of my blog posts is not working correctly:

The distance between the individual post is too large and I am not able to figure out why. Do you have any idea what I can do about it?

Thanks in advance!

Lutz

Hi There,

Thanks for writing in!

I can see the blog posts are aligned properly.

Can you please clarify what exactly you are having the issue.
You may send a screenshot of your issue.

Thanks

Hi there,

thank you for looking into my problem. It seems like the issue is not occuring on your screenshots. This is how it looks in my browser:

The screenshots are taken in incognito mode of Chrome (Version 67.0.3396.99). Is the problem comprehensible?

Thanks,

Lutz

Hi Lutz,

It seems to be something is messing with the (calculation) size of the window, please do a testing for a plugin conflict. You can do this by deactivating all third-party plugins, and see if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

If that did not work, try adding this to Theme Options > JS

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

Let us know how it goes,
Cheers!

Hi there,

great hint, thank you! I tested for conflicts and Jetpack seems to be the cause of the conflict. I deactivated Jetpack´s Lazy Images and apparently that helps.

I did also tried to add the JS-Code but that doesn’t seem to do the job.

This was great support! Thank you!

Lutz

Hello There,

You’re most welcome. We’re glad you were able to figure out the cause of the issue.
We appreciate for letting us know.

If you need anything else we can help you with, don’t hesitate to open another thread.

Best Regards.

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