Featured Image not displaying correctly

  • Unknown's avatar

    Hello,

    http://averageus.com/ running on WP.com / MAC OS X Yosemite / Safari 8

    I have a custom home page with custom CSS. Recently, the featured post (using the display-posts short code) is displaying incorrectly. The image on the right appears smaller than expected but has a hover area way larger than the image itself, causing the excerpt copy to wrap unnaturally. Can’t figure out what has changed to cause this problem.

    The blog I need help with is averageus.com.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, you have this in your custom CSS, which has a width setting of 70%. If you want the image to take up all that space, and have the hover shadow look right, set the width at about 95%.

    .page-id-7395 .display-posts-listing img {
        float: right;
        margin: 0 0 50px 40px;
        width: 70%;
    }
  • The topic ‘Featured Image not displaying correctly’ is closed to new replies.