We're merging with GenerateBlocks! Learn more here.

[Support request] cards of same height in carousel

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support cards of same height in carousel

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22090
    Carlo
    Participant

    Hi guys,

    please see the carousel in the attached link.

    How can I make the carousel show the cards all at the same height?

    Thank you. Best wishes. Carlo

    https://pbcwebinar.it/test-wpshowposts/

    #22165
    Tom
    Keymaster

    Hi there,

    You could try giving them a fixed height:

    .slick-track .wp-show-posts-single {
        height: 320px;
        margin-bottom: 50px !important;
    }
    #22202
    Carlo
    Participant

    Thank you Tom, it worked.

    If I may ask, how to make the dots below the cards bigger?

    #22229
    elvin
    Moderator

    Hi,

    You can control the size of the dots using this CSS:

    .slick-dots li button::before {
        background: black;
        height: 12px;
        width: 12px;
    }

    Adjust the height and width to your preference.

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