I'm using CSS Masonry I'm having problems it's showing 5 columns in a row instead of 4 which is what I have set. This is the css code I used:
-webkit-column-count: 4;
-webkit-column-gap: 3px;
-webkit-column-fill: auto;
-moz-column-count: 4;
-moz-column-gap: 3px;
-moz-column-fill: auto;
column-count: 4;
column-gap: 3px;
column-fill: auto;
Live site can be viewed here http://www.littlebusters.nu/ anyone know how to fix this?