I'm using the jQuery Isotope plugin, and although I have it working, I can't seem to get it to recognise any margins.
I can see in Firebug that the margins are being applied, but the items are just overlapping the margin (I think becasuse isotope uses absolute positioning).
I had the width working briefly by using the following:
masonry : {
columnWidth : 172
}
but I couldn't figure out how to get the height working (I tried rowHeight with masonry, and masonryHorizontal).
How do I tell isotope what widths, and heights to use?
Thanks