Comments Lou started the conversationMarch 3, 2014 at 2:02amUsing the boxed layout, is there a way to get 4 Recent Work thumbs? I can only seem to get 3 across. 1,069ThemeNectar repliedMarch 4, 2014 at 8:53am 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 repliedMarch 4, 2014 at 4:32pmWorked like a charm. Thank you!!! Excellent customer service! Sign in to reply ...
Using the boxed layout, is there a way to get 4 Recent Work thumbs? I can only seem to get 3 across.
Hey Lou,
open your init.js file located in the js folder and change this:
to this: Cheers :)Worked like a charm. Thank you!!! Excellent customer service!