Expanding Lesson Content Width in Tutor LMS
-
Hi,
I’m using Tutor LMS and trying to make the lesson content area wider to better utilize the available screen space. However, it seems that the content width is restricted by
.tutor-container
withmax-width: var(--theme-normal-container-max-width);
, preventing it from expanding fully.I have tried adding custom CSS, such as:
.tutor-container {
max-width: 100% !important;
width: 100% !important;
padding-left: 20px;
padding-right: 20px;
}.tutor-course-single-content-wrapper {
max-width: 100% !important;
width: 100% !important;
}But the layout is still constrained, and a large portion of the screen remains unused.
Could you please advise on the correct way to expand the lesson content width? Is there a recommended method or override for this within Tutor LMS?
Thanks in advance for your help!
Best regards,
Iris
- You must be logged in to reply to this topic.