How to make Card height the same. Not classic type

I would like the flip cards to have the same vertical height when viewed on desktop.
It works great on mobile - the text seems to shrink accordingly.
Ideally, I’d like that to happen on desktop too, however, if that’s not possible, then I guess 660px should be enough
Here’s the page: https://www.allos.com.au/about/

So far I have attempted

CSS (on page, not global because I’m not sure if that might affect other cards on the site) from here


But nothing changed.

Then tried JS - but nothing changed


did not try these JS because it’s for classic cards, and I’m using the regular type

Classic Cards / Flip Cards Same Height (CLASSIC)

Figured it out - case closed

.x-card {
height: 100%;
}

Hi Antony,

Glad that you are able to find the solution.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.