• Resolved chimedm

    (@chimedm)


    Hello again! Sorry for yet another post.

    What needs to be done to change the size of the featured image on a post’s page? Right now the featured image is huge, but I’d like to be able to resize that.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can reduce the height of the featured image on single posts with some custom CSS like this, adjusting the value as you like:

    .single .entry-thumbnail {
      max-height: 300px; 
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated.

    An easy way to add custom CSS is to use the CSS editor included in the Customizer as of WordPress 4.7. Head to Appearance > Customize > Additional CSS to add your custom CSS. Or add this to your child theme’s stylesheet, if you’re using a child theme.

    Thread Starter chimedm

    (@chimedm)

    Awesome, thank you very much!

    You’re welcome!

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