Forum Discussion
White space below content
I ran into this issue when creating a dark mode theme. There is an element called .blocks-lesson that wraps around the lesson blocks and has a white background (always) it has a bottom padding of 95px (on large devices) you'll need to override this with custom css, or in my case I left that 95px padding in place and my dark background style is inherited to avoid that 'blank' space of 95px.
Thank you Phil, that helps. Last question, do you change that in the scorm-file?
I have different colors on every lesson and need to change the color on 20 lessons. :-)
- PhilFoss7 months agoCommunity Member
Yes this will require adding a line of css to your course, what I recommend is making a new folder called 'theme' and then adding your css in this folder.
- MathildaRogs8717 months agoCommunity Member
Thank you Phil!
Helps a lot!
Bg,
Nadine