SOLVED: How do i make footer stick to bottom of the page?

Currently, the footer hangs when the page has few content or the content doesn’t fill the viewport.

Setting the footer positioning to fixed doesn’t work as desired either. What’s the best way to setup the footer?

Hi,

Which version of Bricks are you using?

Hello, am on v1.5 b. Thanks

Untested, but adding something like the following to your global custom CSS could work:

.brx-body {
  height: 100%;
}
1 Like

This worked. Thank you

1 Like