How can I apply masonry layout on category page? Consider that I am building my nodebb theme based on vanilla theme. So my category page looks like this http://screencast.com/t/LifqTQsa and that is not cool as you can see. 
I called masonry.js in plugin.json following the lavender theme example and copied the content of lavender.js file into mine. I tried to make it work by changing this code masonry = new Masonry('.row.home > div'
into this
masonry = new Masonry('.row.category > div'
It didn't worked. Is that even possible to do with just changing lavender.js to affect on category page instead on homepage?