• Resolved engergrove

    (@engergrove)


    I added Tutor LMS to my blocksy-theme website. When I go in to watch my course videos, however, the top of the course content overlaps my website’s header and menu, so that they are on top of one another. How do I fix this? Thank you!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @engergrove,

    Thank you for contacting Themeum support. Can you disable “Course Visibility” from Tutor settings > course tab then enable “membership” from WordPress settings > general so that we can view course details page to share custom solution.

    Thread Starter engergrove

    (@engergrove)

    Thanks for the reply @munayam ! I have now changed the settings you requested, so you should be able to view it!

    Hello @engergrove,

    From WP admin backend dashboard > appearance > customize > additional CSS you can apply this CSS rule to make your site logo and header menu visible above Tutor LMS lesson contents

    .tutor-course-single-content-wrapper {
        margin-top: 130px;
    }

    You can also enable “Spotlight” mode from Tutor settings > course tab to avoid this type of theme conflict. Remember to clear cache afterwards so the changes reflect on the frontend.

    Thread Starter engergrove

    (@engergrove)

    The code worked perfectly! Thank you so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Course overlaps website header (Blocksy theme)’ is closed to new replies.