Stick the footer to the bottom of the page

Posted in: Newspaper
Post count: 1

Hello, usually I can get a page to do this for short content, anyone else have any luck?

Here’ my css code

html, body {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.td-footer-wrapper {
flex: 0 0 50px;
margin-top: auto;
}

Post count: 27744

Hello,

Please provide more details about what you want to achieve. You can set the row of the footer to be sticky and position the bottom -> https://i.imgur.com/xA9UGwd.jpeg

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.