More products in row

You can just change the width with CSS. 
It’s in the “box–basic” class, so it has to be like this:

.listing {

     .box–basic{

            width: 33%;  /*for 3 items in a row */

       }

}