Support » Plugin: Tutor LMS - eLearning and online course solution » Cource page remove space top content space

  • Resolved skayw

    (@skayw)


    Hello,

    trying tutor lms with wpastra theme and elementor.

    My pages have a default space above the content. The tutor lms pages remove this default space. So the tutor pages attached direct to the header without any space. I can´t set this in settings.

    Thanks, Kai

Viewing 3 replies - 1 through 3 (of 3 total)
  • in your theme’s css (theme > theme editor > select css file, mostly the top one), add:

    .tutor-wrap {
    	margin-top: 50px; 
    }

    Set this margin to whatever suits your theme.

    After saving the css, view the page and press CTRL+F5, to reload the css on that browser.

    This should fix the issue you’re having.

    The solution by tlouwet will work . .

    ​​Go to WordPress Dashboard > Appearance > Customize > Additional CSS and apply this

    .tutor-wrap {
    	margin-top: 100px; 
    }

    Thanks for your query. Have a good day @skayw

    Thread Starter skayw

    (@skayw)

    Hello,

    thanks very much. I will try that.

    Kai

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cource page remove space top content space’ is closed to new replies.