• Resolved webblish

    (@webblish)


    Usually I make my featured images 1920 x 1080 px. But sometimes I have to make them 1920 x 1280 px. In that case, the bottom area of the featured image is not visible in the single post. Is there any way te prevent that?

    The page I need help with: [log in to see the link]

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

    (@bensibley)

    Try adding the following CSS to your site. It will adjust the aspect ratio of the Featured Image, and it should fit your images better:

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

    Please copy and paste that code into the Additional CSS section in the Live Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter webblish

    (@webblish)

    Works like a charm, many thanks! ??

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome! Stay in touch if you need anything else and I’ll be happy to help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Width versus height of featured images’ is closed to new replies.