Blog post moves left when window is resized

The blog on this website - https://bouncestudios.co.uk/news/ is formatting strangely when you resize the window. The top post moves left and another post disappears.

What’s going on? :thinking:

Hello @Lorenmn,

Thanks for writing to us.

I suspect that it might be an ongoing issue that 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 jQuery errors and restore masonry functionality.

Hope it helps.
Thanks

1 Like

Brilliant. That code worked a treat. Thanks.

You are most welcome, @Lorenmn.

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