Comments Simon started the conversationFebruary 15, 2014 at 12:23pmThe Masonry blog style sets 3 posts per row. How can I change that to 2 per row? 1,085ThemeNectar repliedFebruary 18, 2014 at 10:44amHey Simon,Add this into the Custom CSS box located in your Salient Options panel:.masonry-blog-item { width: 47%!important; }and then open the js/blog-masonry.js file and change this:var $cols = 3;to 2Cheers :) Sign in to reply ...
Hey Simon,
Add this into the Custom CSS box located in your Salient Options panel:
and then open the js/blog-masonry.js file and change this:
to 2
Cheers :)