WebSite X5Help Center

 
Kev G.
Kev G.
User

Fixed footer  en

Auteur : Kev G.
Visité 349, Followers 1, Partagé 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

Posté le
7 RéPONSES - 1 UTILES
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;

}

Lire plus
Posté le de John S.
John S.
John S.
User

oh forgot position: fixed;

Lire plus
Posté le de John S.
John S.
John S.
User

No I did not - forget that

Lire plus
Posté le 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

.

Lire plus
Posté le de  ‪ KolAsim ‪ ‪
Giancarlo B.
Giancarlo B.
User

Sempre super KolAsim ‪ ‪wink

Lire plus
Posté le de Giancarlo B.
Kev G.
Kev G.
User
Auteur

Thank you, I will play around with it.

Lire plus
Posté le de Kev G.