HI, I have a portfolio page as my home page. When you open the site on a tablet and some laptops, the items on the right shift to the left on top of one another so you cannot see them.
Please can you tell me how to fix this.
Thanks
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
Perfect. Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.