On the page where we list the products, the data is stacking on top of each other before the images, resulting in a messy appearance. What can I do to resolve this?
Page Style
1 reply · opened Jan 22, 2024
Hello,
Apologies for the Inconveniences caused!
Please remove the following code from the Page:
[ch_pre][/ch_pre]Use the following JS Code at the bottom of the Page:
[ch_pre type="js"]jQuery(window).on( 'load', function(){
setTimeout(function(){
jQuery('.grid-container').filter('.has-init-isotope').isotope('layout');
},1000);
});[/ch_pre]
This should fix the issue. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
PS. Only One License per Website can be used else this will be against License Violation and Abuse, and will result in wrongful illegal usage under the Licensing Terms. We request you to comply and Thanks for Understanding.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard