Hello!
I’m a first time user/novice of Wordpress and X theme and I have two questions about modifying the card elements on my website financialflock.com/directory.
1. How do I make all the cards have the same height? I used the following CSS below, which seemed to only make the cards on the same row of equal height.
.x-card {
height: 100%;
}
2. For each card’s back content text, how do I make it so that the text starts at the top of the card rather than finishing at the bottom? Aligning the vertical of the “text content flexbox” does not do anything.
Thank you in advance for your help!