Forum Discussion

NatalieLawson's avatar
NatalieLawson
Community Member
7 years ago

Can't remove white block

On each of my rise courses before i move to the next lesson there is a white block. I do not know how to remove this? Change background colour? What is the fix?

I have attached a picture. 

Thanks

24 Replies

  • Just add the following CSS and it will remove that padding! 

    section.blocks-lesson {
        padding-bottom: 0;
    }

    You can either manually add that CSS every time you export your course or check out Mighty which will manage things like this for you.