Line spacing in Card Element

Hi!

I was wondering if there is a CSS code or another way to change the spacing between lines of text in the flipping Card Element.

I find it’s perfect for my needs, but the spacing is just too big to fit the details I require in there.

Thx!!

This is an automated message to notify you that your thread was posted in the wrong forum, and it has been moved to the correct place. A member of our team will be happy to reply just as soon as your thread is up. How support works.

For support, please post all questions in the Support Forum.

For peer to peer conversations with other Themeco customers about tips, customizations, or suggestions you are welcome to use the Conversation Forum (no official support provided here).

Design & Development, Marketing & Media, and Hosting & Optimization are for discussion with fellow Apex members about non Themeco related topics. Please keep this in mind in the future.

Thank-you!

Hi,

You can try the following code.

.x-face-text {
     line-height: 20px;
     margin: 0;
}

You may change 20px to adjust the spacing

Hope that helps.

1 Like

Thank you very much!

You’re most welcome!