Thanks for the reply Ismael!
Here is the shortcode I am using,
[av_blog blog_type='posts' link='category' blog_style='single-small' columns='3' contents='excerpt' content_length='excerpt' preview_mode='custom' image_size='thumbnail' items='5' offset='0' paginate='yes']
Here is what it looks like with a sidebar, http://postimg.org/image/lcgd4j989/
And here is what it looks like without a sidebar, http://postimg.org/image/hr2ky0t4n/
The shortcode is the same on both pages except for pagination and number of posts.
Ahh I see. Works great, thanks Devin.
Sorry, I think I just figured it out with this CSS,
.small-preview img { min-height: 81px !important; }
I’m not sure if that is the best way to do it but it looks good.
[edit] – Also to other users with same question I found that you can set the image size 80 x 80 with the blog shortcode but when you use the regular blog setting the images do not resize so make sure to use the blog shortcode.