Hello,
I need to change the height of the portfolio (3 columns) items that appear in the home page and i see that the class is:
<ul class="slideshow fade_slider" data-autorotation="true" data-autorotation-timer="3" data-transition="fade" style="height: 311px;">
where the height is changed dynamically but I can't find where is the file where is set that have to be 311px. I also need to change the size of this thumbnails and I am not sure if is in functions.php this lines:
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 , 'copy'=>'greyscale'); // images for portfolio entries (2,3 column)
or
$avia_config['imgSize']['dynamic_2'] = array('width'=>609, 'height'=>208); // images for 2/3 dynamic portfolio columns
Thank You!














