Flip box Css

Hi Guys

I’m trying to get the flip boxes on this site all the same height. https://wordpress-110049-1084458.cloudwaysapps.com/
I have very limited knowlege of Css and would aprecieate step by step instructions please.
Waht I have so far,

I inspected the element and it said .e41 but it when I entered my code $el.e41 { min-height: 800px; } it took no effect

Please how do I correctally use inspect to find out the true name of an element
and then how do I apply min height to make all the boxes the same height please?

Also am I going about this the correct way or is there a better methord?

Thanks

Ben

Hello Ben,

Please edit your page and on each of the card element insert this custom inline element css:

$el {
   min-height: 800px;
}

Hope this helps.

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