I found many questions about the stack overflow about getting rid of the space, but I cannot figure out how to insert it.
I have bottom navigation on my site that floats with a page, but if the window is small, the bottom of the page closes. I would like to insert some free space at the bottom, so when the window is less than the length of the page, you can still read it.
I tried adding:
margin-bottom: 50px;
padding-bottom: 50px;
in a div containing the contents of the top page, but it does not work.
Is there something I am missing? Here's a demo: http://www.writingprompts.net/name-generator/
source
share