We're merging with GenerateBlocks! Learn more here.

[Support request] Equalizing row height / Read More

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Equalizing row height / Read More

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35412
    David
    Participant

    I’d like to be able to equalize the row height and have the Read More at the same level for all posts in Carousel mode. Please check out https://www.lsssc.org/homewithblog/
    Thanks! I’ve replaced all my blog pages with WP Show Posts and gotten rid of the other plugin I was using.

    #35414
    elvin
    Moderator

    Hi there,

    You can try this CSS:

    .slick-track {
        display: flex !important;
    }
    
    .slick-track > * {
        flex: 1 !important;
        height: unset;
    }
    
    .slick-track > * .wp-show-posts-inner {
        height: 100%;
    }
    
    .slick-track .wp-show-posts-inner .wpsp-read-more {
        margin-top: auto;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.