WebSite X5Help Center

 
Kev G.
Kev G.
User

Fixed footer  en

Autor: Kev G.
Visitado 351, Seguidores 1, Compartilhado 0  

Hi again, is there a way to fix the footer to the bottom of each page, by using some css, something like

.footer {
  position: fixed;
  left: 0;
  bottom: 0;

}

Thanks

Publicado em
7 RESPOSTAS - 1 ÚTIL
John S.
John S.
User

You should use 

#imFooter 

And then maybe you should make a background and also set the z-index

Example

#imFooter {

background-image: none;

background-color: blue;

position: fixed;

bottom: 0;

z-index: 1000;

}

Ler mais
Publicado em de John S.
John S.
John S.
User

oh forgot position: fixed;

Ler mais
Publicado em de John S.
John S.
John S.
User

No I did not - forget that

Ler mais
Publicado em de John S.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Kev G.
Hi again, is there a way to fix the footer to the bottom of each page, by using some css, something like ... ... ... ... ... ... ... 

<style>
#imFooterBg , #imFooter {position:fixed !important;z-index:10;bottom:0px !important}
</style>

.

ciao

.

Ler mais
Publicado em de  ‪ KolAsim ‪ ‪
Giancarlo B.
Giancarlo B.
User

Sempre super KolAsim ‪ ‪wink

Ler mais
Publicado em de Giancarlo B.
Kev G.
Kev G.
User
Autor

Thank you, I will play around with it.

Ler mais
Publicado em de Kev G.