Stick footer bar and footer widgets to bottom of screen

Is there a way to make the the footer bar along with the footer widgets stick to the bottom of the screen, instead of just below the body.

Hey Doug,

Unfortunately, not with the BB products. You would need to do that with some custom CSS.

Best,
Billy

what would be the CSS to stick the footer at the bottom of the screen using the BB theme?

Hi BB team and forumers,

I’ve tried this https://wordimpress.com/put-a-css-sticky-footer-in-your-wordpress-theme/
but it’s not working, I can’t figure out why…

Does anybody found a solution with BB theme?

Regards,
Marc

Hi BB team,

I’ve also tried this : http://presscustomizr.com/snippet/make-footer-sticky/
but it’s not working… can you please help on this topic. Sticky footer is a very common feature and I need it to work with BB theme.
Tricks I mentioned work on Wordpress theme in general but not with the BB team.

Thanks in advance,
Marc

/* Fix Page Footer */
.fl-page-footer {position:fixed;bottom:0;z-index:999;width:100%;}
.fl-page-content {padding-bottom:60px;}
/*Change to whatever the height of your footer is*/

Thanks northumbrian, that worked.

Doug.