Fixed footer

I want a fixed footer on a website I am building. And I want it to always show. Basically what I am trying to do is have a fixed header and a fixed footer and have the rest for the web page content roll. How can I do that?

Thanks

Hey Sherry,

Can you share the URL of the site you’re working on so we can check?

Ben

I figured it out. It was very simple, this is what I did

.fl-page-footer {
position:fixed;
left:0px;
bottom:0px;
height:50px;
width:100%;
}

Glad you figured it out, Sherry! And thanks for taking the time to inform us how you did it! Have fun with BB! :slight_smile:

Ben