Conversation
supportI’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]
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. This reply was modified 8 years, 9 months ago by Pratik Chaskar .
Thank you so much! This fixed my issue!
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?
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. This reply was modified 8 years, 9 months ago by Pratik Chaskar .
Thank you so much! This fixed my issue!
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?