Blog post shifts left

Recently we noticed that to top right post in a 2 column masonry layout shifts to the left when changing browser width

Would anyone know how to solve this?

Hi @quinex,

Thanks for reaching out.
This is an ongoing issue and has already been fixed in the upcoming release. As a temporary solution, you can add this line of code under Theme Options > JS.

if (window.jQuery.xIsotope) window.jQuery.xIsotope.settings.animationEngine = 'css';

That will prevent the jQuery errors and restore masonry functionality.

Hope it helps.
Thanks

Thanks @tristup this seems to work :slight_smile: so after next update I can remove these JS snippets?

Hey @quinex,

Yes, you can remove the temporary solution on the next update.

Thank you.

1 Like

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