Hello,
On my blog, the thumbnails before the posts on the left are not showing complete image. They are half grey. http://xandrianoir.com/blog/
But on the blog categories page , they show complete picture in square.http://xandrianoir.com/category/diary/
Can you please tell me how I can fix the thumbnails on the blog page to show complete picture?
Thanks
XN
Hey xandria,
You can add the following custom CSS code to fix it:
.blog-meta a {
height: auto;
}
.blog-meta img {
height: 85px;
}
Best regards,
John Torvik
Thank you John, it’s good now.