• Hopefully my last request for a while but I’d like to minimize the height of the featured images in posts, how can I do this?

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Here’s the CSS you can use for that:

    .single .featured-image {
      padding-bottom: 50%;
    }

    50% will keep the height the same and you can decrease it to make the Featured Images on post pages shorter.

Viewing 1 replies (of 1 total)
  • The topic ‘Feature image height’ is closed to new replies.