Okay
  Public Ticket #163796
Masonry front page - 2 posts per row
Closed

Comments

  • Simon started the conversation
    The Masonry blog style sets 3 posts per row. How can I change that to 2 per row?
  •  1,085
    ThemeNectar replied

    Hey 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 2

    Cheers :)