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?
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
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.