Page 1 of 1

Cards height

Posted: Thu Sep 09, 2021 5:03 am
by Benefactor
Is it possible to automatically adjust the height of all cards if one card has a higher height than others? I use the carousel mode.

https://snipboard.io/4OIz7W.jpg

Re: Cards height

Posted: Thu Sep 09, 2021 5:49 am
by Pablo
If you place the cards in cards container (card decks) then they will have equal heights
https://wysiwygwebbuilder.com/cards.html

Or else you can use a flex container with flexbox.

Re: Cards height

Posted: Thu Sep 09, 2021 6:03 am
by Benefactor
It's not working when I use the carousel mode. I need the cards to be the same height in carousel mode

Re: Cards height

Posted: Thu Sep 09, 2021 6:07 am
by Pablo
Correct, because carousel mode uses a third party script which does not support this functionality.
This only works with flex box (= card decks).

Re: Cards height

Posted: Thu Sep 09, 2021 6:25 am
by Benefactor
I solved my problem by adding "min-height:" of the card

Re: Cards height

Posted: Fri Sep 10, 2021 8:26 pm
by Beth
Hi Benefactor, Can you please expalin how to do that?