We're merging with GenerateBlocks! Learn more here.

[Support request] Equal Height in Carousel

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Equal Height in Carousel

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #28254
    Bill
    Participant

    Hi,

    Is it possible to display cards with equal height in carousel mode? It works by default when carousel is off. https://mdfolklife.org/stories/

    Thanks!

    Bill

    #28304
    elvin
    Moderator

    Hi Bill,

    You can try adding min-height so the posts with lesser content don’t shrink.

    try this CSS:

    @media(min-height:768px){
        .wpsp-carousel .wp-show-posts-inner {min-height: 450px;}
    }
    
    @media(max-height:767px){
        .wpsp-carousel .wp-show-posts-inner {min-height: 400px;}
    }
    #28357
    Bill
    Participant

    Thanks! I can make this work.

    #28373
    elvin
    Moderator

    Nice one. Glad to be of any help. No problem. 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.