Long lessons with no comments enabled
If you have long lessons with no comments enabled for users then you might notice that the bottom end of the lessons are hidden on mobile because of the mobile menu that sits at the bottom of the screen.
This CSS is needed to fix the issue:
@ media screen and (max-width: 767px) {
.fcom_lesson_container .fcom_lesson_details {
padding-bottom: 190px !important;
}
}
(the @ media string should be written without space, but Media Rocketeer from the group gets tagged when I write it without space...)
Barnabas ChrisΒ It's already fixed in dev. Thank you for reporting.
Raiyan MarzanΒ Thank you. Can you also check the mobile landscape mode for lessons without comments? That needs adjusting as well. I added my css having mobile portrait in mind but later noticed that mobile landscape doesn't look right as well.