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 it
You need to initiate Masonry after all images are loaded. If you are using jQuery try:
var $container = $('#container');
// initialize Masonry after all images have loaded
$container.imagesLoaded( function() {
$container.masonry();
});
for other options see Masonry docs - http://masonry.desandro.com/layout.html#imagesloaded