Forum Discussion
TianxuanLiu
6 months agoCommunity Member
Why is there a blank margin under the last block?
Hello everyone,
I got this blank margin under the last block in every lesson. It's always there even when I turn off the next lesson button.
Thanks.
JohnPinkster-19
6 months agoCommunity Member
The css you can add to remove it this is:
section.blocks-lesson {
padding-bottom: 0;
}
You can just add this to your output hen you publish.
Check out Mighty Chrome Extension > Custom Code if you want something to maintain that css for you and not have to figure out where/how to add it.
Hope that helps