I would like to know how to increase the thumbnail size for the portfolio navigation while keeping the container the same size so it looks better on retina screens. Ismael helped me do this for the testimonial containers which looks great on retina screens now so I would like to do the same with the portfolio navigation. I have included a screen shot to show what I am talking about (left side of screen) Thank you!
Hi djshortkut!
Again, thank you so much for using Enfold. :)
You can edit functions-enfold.php, find this code on line 376:
$image = get_the_post_thumbnail($entry->ID, 'thumbnail');
Replace it with:
$image = get_the_post_thumbnail($entry->ID, 'square');
Regenerate the thumbnails.
Cheers!
Ismael
Resolved, thank you!