Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #847324

    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

    #848138

    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

    #848532

    Thank you John, it’s good now.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Thumbnails are not complete’ is closed to new replies.