This is very weird and very throughouly researched on the web by me. I didn't find any solutions.
The jQuery says:
$container.isotope({ itemSelector : '.post', masonry: { columnWidth: 250, }
});
The .post's style says:
.post { width:250px; }
When Isotope defines the .post's positions, the second column is positioned 500px from the left of the page. The third column, 1000px from the left of the page. It's like each column is getting width of 500px.
The link is: http://asimob.tv
Getting bald and hypertensive with this. I would really, really appreciate some help. Please!