what must i do to make mansory view looks like this: http://i.imgur.com/smJE3Kk.jpg
Hi!
Please use Blog Posts element instead and choose to display Grid Layout ( Raster in German i believe ) – http://i.imgur.com/MszT4C5.png
Regards,
Yigit
Hey!
1- Please add following code to Functions.php file of your child theme in Appearance > Editor
add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
function enfold_customization_modify_thumb_size( $size ) {
$size['portfolio'] = array('width'=>495, 'height'=>400 );
return $size;
}
and then change width and height values as needed to make images 1:1 and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
2- To change hover icon, please see – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
3- Please add your element to your page and let us know so we can post custom CSS code to adjust the spacing between elements.
Regards,
Yigit