Okay
  Public Ticket #172448
Recent Work question
Closed

Comments

  • Lou started the conversation

    Using the boxed layout, is there a way to get 4 Recent Work thumbs? I can only seem to get 3 across. 

  •  1,069
    ThemeNectar replied

    Hey Lou,

    open your init.js file located in the js folder 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' : 4 ;
    
    Cheers :)
  • Lou replied

    Worked like a charm. Thank you!!! Excellent customer service!