• Hello,
    The Featured Image in my posts is very height, Il would like te personnalize the size.
    It’s is possible, thank’s for your help.

Viewing 1 replies (of 1 total)
  • Hi there!

    You can shorten the height of the featured image on single posts with a bit of CSS.

    Try installing the Jetpack plugin and activating the Custom CSS module.

    Then add this snippet under Appearance > Edit CSS:

    .has-thumbnail .entry-header {
        height: 300px
    }

    Or use another number to get the height you want.

    One thing to keep in mind – we’re changing the height of the header area here, not actually resizing the image. The shorter you make the header, the less of your featured image you’ll be able to see 🙂

Viewing 1 replies (of 1 total)

The topic ‘image post’ is closed to new replies.