I have a 3 column of promo content elements that I’d like make all one height, with ellipsis after a certain character count. Is this possible?

I have a 3 column of promo content elements that I’d like make all one height, with ellipsis after a certain character count. Is this possible?

Hi There,
Please follow these steps:
display: flex to the row contains 3 columns:

.x-promo {
height: 100%;
}
Hope it helps 
Thank you so much! This seems like it should work, but the the columns still look the same after adding display: flex; to the 3-column row, and .x-promo {height: 100%;} to the custom css.
Is there anything else that might achieve this?
Hi @djshott
I’ve tried the same steps mentioned by @thai and I got them working fine:
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.