Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi fmnj,

    Previously large sized images were used for featured images on home page. But we recently reduced the image size.
    Please reset the featured image for your articles which causes new thumbnail sizes to be created. Also there are lots of good plugin available to regenerate thumbnails and resize thumbnails.

    Hope this may fix your problem.

    Thanks

    bo4610

    (@bo4610)

    Step 1 >> Do a CTRL + F and paste “body.single article.post .featured-img”. The original code is:

    body.single article.post .featured-img {
    height:auto;
    margin:0;
    }

    Step 2 >> Simply add “width: 0px;” right after the “height:auto;” which should look like this:

    body.single article.post .featured-img {
    height:auto;
    width: 0px;
    margin:0;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured Image Size’ is closed to new replies.