how do I reformat this page so that the featured images are larger, and not cropped
update:
this is the blog post: http://manfragroup.org/research-dev/
this (mockup) is how I want it to look: http://manfragroup.org/research/
Hi!
Thank you for using Enfold.
Add this to the Quick CSS field:
.small-preview, .small-preview img {
width: 180px;
height: 180px;
}
.multi-big .post_author_timeline, .single-small .post_author_timeline {
position: absolute;
top: 0;
left: 80px;
}
Regards,
Ismael
Thank you – perfect.