How to fix a footer at the bottom if the page is short?

Excuse me. I have some problem. In the site each page can be short and long.
If it is long, we don’t see footer section on the first screen of the page and it is good.
But if the page is too short, my footer must be fixed in the bottom. Can you advice me ho to make it ?

http://joxi.ru/YmEpbbxUBoNGr6 - now it is such.

here is css that i observed after export

new-footer-section {
position: static;
left: 0px;
right: 0px;
bottom: 0px;
display: block;
height: 75px;
margin-right: auto;
margin-left: auto;
background-color: #404040;
}
.new-footer-section.fixed {
position: fixed;
}

I need it to be fixed in the bottom of the screen if the page is short

is it possible to make it in webflow?

http://attempt0000116010808118012008.webflow.io/international

that page - the footer is relative and it is not in the bottom of the window.

Yeap! All you do is to make the position fixed and pin it to the bottom.

Here’s how I did it – http://quick.as/06r4Sr1o7

Updated: Re-recorded to display the fixed footer.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.