Want to make all my posts the same length

  • Unknown's avatar

    On my blog, my posts are all of different lengths. How can I make them the same length? I am using the “Baskerville” theme.
    Thanks

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

  • Unknown's avatar

    Hi Wisdom Zelda! I loved your website,

    Regarding the post heights, that happens because sometimes the titles and the images height are different, anyway, please try to add the following CSS:

    .home .post-header {min-height:140px}
    .featured-media a img, .featured-media img {
        height: 460px;
        min-height: 460px;
        margin: 0 auto;
        width: auto;
        max-width: 100%;
    }

    I hope it helps :)

  • The topic ‘Want to make all my posts the same length’ is closed to new replies.