-2
Hello I would like to organize the pages of a project so that the footer always appears after the page scrolls down.
As you can see, the footer is appearing at the bottom of the template.
I managed to put it down using css as follows:
html,
body,
header,
.view {
height: 100%;
}
However, when the page extends too far down, the footer is in front of the content.
we can’t help you if you don’t post codes.
– ncesar