Viewing 1 replies (of 1 total)
  • Hi @ardillita,

    To fix the issue with the inconsistent featured image, please use a featured image of the dimension recommended by the theme i.e. 1410 x 600 px

    Or else, you can try adding the below code in Additional CSS via Admin Dashboard > Appearance > Customize > Additional CSS.

    .single #primary .post .post-thumbnail img {
        max-height: 500px;
        object-fit: cover;
    }

    Kind regards!

Viewing 1 replies (of 1 total)

The topic ‘Featured image size?’ is closed to new replies.