🐛 BUG: Course lessons get cut off with a "Show more" text button
J
Joe
Customers get confused when going through training in the courses because lessons with longer text get cut off with a "Show more" text button.
Some customers don't click the "See more" text and miss essential information in the lessons.
I'm coming from Kajabi, and they didn't have this issue.
Please fix this as soon as possible.
Log In
L
Linn Kloster
Seeing this a lot too!
C
Charlie Sattgast
In the meantime you can target that issue and fix it with some CSS in the Details CSS box:
.course-body-height {
max-height: 450rem;
}
.post-body-description {
height: fit-content !important;
}
J
Joe
Charlie Sattgast Thanks for the suggestion. I tried many CSS overrides including the ones you suggested, but it doesn't appear to work for me on mobile. I still get the lesson cut off with a "Show more" button.