Hi there,
I’m trying to do two 2 things with the cards feature I’m using here: https://trevorbedfordhypnotherapy.com/
1) Make all the cards the same height as the largest one (tried the code in other posts here but it didn’t work).
2) Change the flip to a fade ( I found some code below but it doesn’t seem to work).
.x-card-outer.flip-3d .x-face-outer.front {
z-index: 6 !important;
}
.x-card-outer.flip-3d .x-face-outer.back {
z-index: 2 !important;
}
.x-card-outer.flip-3d.flipped .x-face-outer.front {
z-index: 0 !important;
}
.x-card-outer.flip-3d.flip-from-top.flipped .x-card-inner {
-webkit-transform: initial;
-ms-transform: initial;
transform: initial;
}
.x-card-outer.flip-3d.flip-from-top .back, .x-card-outer.flip-3d.flip-from-bottom .back {
-webkit-transform: initial;
-ms-transform: initial;
transform: initial;
}
Your help is greatly appreciated. (Login details in the secure note).
Cheers!
Matt