I have a very strange problem in here: [Referral Link Removed]. The first row product items overlapped with the items in the second row.
The masonry items are below the homepage above the footer. As you can see, it looks different with Chrome. In firefox, it looks good.
Here's how it looks in my chrome: http://clip2net.com/s/5LIRko
My jQuery Code is:
jQuery(function($){
var $container = $('.woocommerce ul.products');
$container.masonry({
columnWidth:10,
gutterWidth: 15,
itemSelector: '.product-category'
});
});
Is there any css rule which affects the row output ?
jQuery(window).on('load'
– Aranda