Cant create a fixed footer

0
Hi,   I'm working on a project and in my layout I want to add a footer which I've done. But when I scroll through the page, my footer is also scrolling. The footer is always visible.  I want that my footer will stay at the bottom of the page. How can I do that?   Thanks. Nick
asked
2 answers
0

Hi Nick Neggers,

there are many ways to do that i am sharing one of them,

you can make your custom css class where you write below code.

 

className{

position:fixed,

bottom:0px,

width:100%

}

answered
0

Hi,

 

the position: fixed; doesn't work.

When this is enabled, then my footer is completely gone.

 

 

answered