Tuesday, May 10, 2016

How to Fix Issue with Thumbnails of Popular Posts Widget of Blogger

Post Type :
Solution:

  1. goto blogger.com Dashboard > Template > Customize > Advanced > Add CSS
  2. In the appearing textarea, add the following code

    .item-thumbnail img {
        width
    : 100%;
        height
    : auto;
        display
    : block;
    }
  3. See in the preview if you what you wanted is obtained. If so click on Apply to blog in the top right.
  4. Check your blog if it works fine.



No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...