• Hi, I see there’s a white bar at the bottom of the page in the courses.

    The videos are taller than the space, so the students don’t see the play and tools bar in the beginning and the white bar doesn’t seem to contain anything.

    I found that there’s a style doing this inside Tutor LMS:

    .tutor-course-single-content-wraper #tutor-single-entry-content { height: calc(100vh – 100px); }

    Also in

    .tutor-course-single-sidebar-wraper .tutor-sidebar-tabs-wrap .tutor-sidebar-tabs-content { height: calc(100vh – 156px); }

    I guess this has a reason, but right now I just see a white bar and elements hidden due to the “- 100px”.

    Is there any purpose for this or can I just rewrite it in a custom style?

    Thank you

    • This topic was modified 2 years, 8 months ago by guezs.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘White bar at the bottom of courses’ is closed to new replies.