Height of featured page boxes

  • Unknown's avatar

    Hi

    I’d like to shorten the height of the 6 boxes I have on my main page that represent the featured pages.

    Is it possible to do this with some CSS code…?

    Thanks

    Peter

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

  • Unknown's avatar

    Peter, you can give this a try.

    .front-block .grid-row.three-columns .hentry {
        max-height: 370px !important;
        overflow: hidden;
        width: 33.3333%;
    }

    It seems to work well, but 370px max-height seems to be about the lowest you can go without the “read more” button moving outside of the individual page image area on smaller screens.

  • The topic ‘Height of featured page boxes’ is closed to new replies.