Title: Learnpress doesn&#8217;t scroll down
Last modified: August 28, 2020

---

# Learnpress doesn’t scroll down

 *  [laura900z](https://wordpress.org/support/users/laura900z/)
 * (@laura900z)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/learnpress-doesnt-scroll-down/)
 * I am creating a course and when previewing the lessons it won’t allow me to scroll
   down to see the full content.
    Which code or solution should I add?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flearnpress-doesnt-scroll-down%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 10 replies - 1 through 10 (of 10 total)

 *  [magicwand](https://wordpress.org/support/users/magicwand/)
 * (@magicwand)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/learnpress-doesnt-scroll-down/#post-13328139)
 * I was just working with this same issue, read someone else’s post and this solution
   works:
 * body.course-item-popup #learn-press-content-item {
    overflow: auto !important;}
 * (not my solution, I just happened to have it in my clipboard still)
 *  [augustus09](https://wordpress.org/support/users/augustus09/)
 * (@augustus09)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/learnpress-doesnt-scroll-down/#post-13336619)
 * Do you use Learnpress Assignment?
 *  Thread Starter [laura900z](https://wordpress.org/support/users/laura900z/)
 * (@laura900z)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/learnpress-doesnt-scroll-down/#post-13343012)
 * Hello [@augustus09](https://wordpress.org/support/users/augustus09/)
    You mean
   is I am assigning each lesson to that particular course? yes, I have done that.
    -  This reply was modified 5 years, 9 months ago by [laura900z](https://wordpress.org/support/users/laura900z/).
 *  [augustus09](https://wordpress.org/support/users/augustus09/)
 * (@augustus09)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/learnpress-doesnt-scroll-down/#post-13343349)
 * Ho [@laura900z](https://wordpress.org/support/users/laura900z/)
 * We see have error js on your site [https://wp.kotrynabassdesign.com/opaque/wp-content/themes/opaque/js/instagram_feed.js](https://wp.kotrynabassdesign.com/opaque/wp-content/themes/opaque/js/instagram_feed.js)
   
   Maybe that is the cause of problem
 *  Thread Starter [laura900z](https://wordpress.org/support/users/laura900z/)
 * (@laura900z)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/learnpress-doesnt-scroll-down/#post-13350127)
 * [@magicwand](https://wordpress.org/support/users/magicwand/) where should I add
   the code?
 *  Thread Starter [laura900z](https://wordpress.org/support/users/laura900z/)
 * (@laura900z)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/learnpress-doesnt-scroll-down/#post-13350134)
 * [@augustus09](https://wordpress.org/support/users/augustus09/) I don’t think 
   that error of Instagram is related to a Learnpress error
 *  [augustus09](https://wordpress.org/support/users/augustus09/)
 * (@augustus09)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/learnpress-doesnt-scroll-down/#post-13359256)
 * Hi [@laura900z](https://wordpress.org/support/users/laura900z/)
 * Let try install this plugin [https://wordpress.org/plugins/enable-jquery-migrate-helper/](https://wordpress.org/plugins/enable-jquery-migrate-helper/)
 *  Thread Starter [laura900z](https://wordpress.org/support/users/laura900z/)
 * (@laura900z)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/learnpress-doesnt-scroll-down/#post-13360447)
 * This plugin doesn’t fix the error.
 * This error doesn’t come from a WordPress updated version, it has always been 
   there.
 *  Thread Starter [laura900z](https://wordpress.org/support/users/laura900z/)
 * (@laura900z)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/learnpress-doesnt-scroll-down/#post-13395058)
 * Still not working. What should I do next?
 *  [curtd59](https://wordpress.org/support/users/curtd59/)
 * (@curtd59)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/learnpress-doesnt-scroll-down/#post-13415762)
 * I have no idea how they screwed up that form but here is how to fix (hack) a 
   workaround:
 * Navigation to Admin Dashboard > Appearance > Theme Editor > Styles.css
 * Add this css block, and save.
 * /* fix the bug in the lesson presentation that prevents scrolling */
    #learn-
   press-content-item .content-item-scrollable, #learn-press-course-curriculum.course-
   curriculum { height: 100vh; overflow-x: hidden; overflow-y: auto; padding-bottom:
   120px; }
 * EXPLANATION
    The design of this form is about as stupid as you can imagine, using
   fixed positions rather than a simple float or table layout. In the fixed positioning
   there is a div that’s apparently supposed to scroll without any css attached 
   to it.
 * The css above does the following:
    – increases the size of the div to match the
   viewport. – adds 120px so that there is always room to scroll. – Sets overflow-
   y (vertical) to auto.
 * Now if we can just figure out why THE QUIZ DOESN”T SAVE ANSWERS SO EVERY QUESTION
   APPERS SKIPPED, AND EVERYONE FAILS NO MATTER WHAT that would be nice. Too. -cheers.
   😉

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Learnpress doesn’t scroll down’ is closed to new replies.

 * ![](https://ps.w.org/learnpress/assets/icon-256x256.gif?rev=3254420)
 * [LearnPress - WordPress LMS Plugin for Create and Sell Online Courses](https://wordpress.org/plugins/learnpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/learnpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/learnpress/)
 * [Active Topics](https://wordpress.org/support/plugin/learnpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/learnpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/learnpress/reviews/)

 * 10 replies
 * 5 participants
 * Last reply from: [curtd59](https://wordpress.org/support/users/curtd59/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/learnpress-doesnt-scroll-down/#post-13415762)
 * Status: not resolved