Hello!
In the page layout, the footer is pressed to the bottom of the screen:
div.footer { width: 100%; height: 30px; position: fixed; bottom: 0; }
There is a lot of content on the page and, due to the footer’s fixed property, now some of the content is not visible, because she is "below" footer. How to indent a block with content from the bottom of the screen so that it does not climb over the footer?
Thank.
Here is an example - http://jsfiddle.net/DYMWy/