When images aren’t square, post thumbnails on the blog overview pages look quite ugly:
Any idea how can this be fixed?
Thx!
Hi gxjansen!
First, try to regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
If it that doesn’t work, please add this on Quick CSS or custom.css:
.template-blog .blog-meta .attachment-square.wp-post-image {
height: 100%;
}
Cheers!
Ismael
Regeneration did the trick, thx!