Okay
  Print

Change the numbers of columns in the recent projects slider from 3 to 6 items

Open up the init.js file and change this:

 $('.carousel:not(".clients")').each(function(){
        var $that = $(this); 
        var maxCols = ($(this).parents('.carousel-wrap').attr('data-full-width') == 'true') ? 'auto' : 3 ;

to this:

 
 $('.carousel:not(".clients")').each(function(){
        var $that = $(this); 
        var maxCols = ($(this).parents('.carousel-wrap').attr('data-full-width') == 'true') ? 'auto' : 6 ;