• Resolved thestockmaven

    (@thestockmaven)


    Hello,

    Love the theme, but the featured image is so stretched out that it looks ridiculous (https://bit.ly/1KgTrUg)

    I am adding the featured image the same way I would with any other theme, but it seems to be stretched out several 100%. Would appreciate any help you can provide to rectify this.

    Thanks!

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

    (@bensibley)

    Thanks for choosing Apex!

    You can use the following CSS to change how the Featured Images display:

    .featured-image {
      padding: 0;
      height: auto;
    }
    .featured-image > a {
      position: relative;
    }
    .featured-image > img,
    .featured-image >a > img {
      position: relative;
      height: auto;
      width: auto;
    }

    Please copy & paste the code above into the “Custom CSS” section in the Customizer (Appearance > Customize), and it should take affect right away.

    This will allow the images to display at their natural dimensions like this: https://pics.competethemes.com/0P0O1L18392T

Viewing 1 replies (of 1 total)
  • The topic ‘Featured Image stretched out’ is closed to new replies.