• I’m trying to get all the cards have a fixed length, so that one isn’t short or longer then the other. I’ve tried adding a ID to the card and doing some custom CSS but it didn’t work for me.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Pratik Chaskar

    (@pratikchaskar)

    At this moment – there is no option to control same height for cards. Can you please try to add following CSS?

    #hsk .bb_boot_card_container {
        min-height: 340px;
    }

    Please let me know if its work for you.

    Thread Starter noahrellum

    (@noahrellum)

    Thank you so much! This fixed my issue!

    Thread Starter noahrellum

    (@noahrellum)

    Hey Pratik,

    Your code fixed the height issue for me, but the “Read more” buttons are influenced by the length of the text in the card. Is there a way to have the “Read more” buttons/text in the corner of every card?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fixed Length?’ is closed to new replies.