Hello @evgen7288,
Thank you for reaching us out!
1. Thank you for bringing the case to our attention. Kindly please be aware, that our dev team is working on the issue. Once they finish, we will release a new update of LMS plugin and inform you in the LMS plugin changelog.
2. If I understand you right, you would like to display the courses on Courses page like https://joxi.net/5mdjkBJi147nRA
As an option, I would like to offer you to make changes by applying CSS in the Appearance > Customize > Additional CSS. An example of CSS:
@media (max-width: 824px) {
body:not(.masterstudy-theme):not(.theme-smarty):not(.theme-consulting):not(.theme-betop):not(.theme-Divi):not(.et_divi_theme) .stm_lms_courses__single--image .stm_lms_courses__single--image__container {
height: 0;
}
}
3. For this case, I want to suggest you the next sample of CSS:
@media (max-width: 824px) {
body.theme-ms-lms-starter-theme .stm_lms_courses__single--info_title h4 {
font-size: 12px;
}
}
Best regards,