WebSite X5Help Center

 
Kev G.
Kev G.
User

Fixed footer  en

Autor: Kev G.
Besucht 355, Followers 1, Geteilt 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

Gepostet am
7 ANTWORTEN - 1 NüTZLICH
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;

}

Mehr lesen
Gepostet am von John S.
John S.
John S.
User

oh forgot position: fixed;

Mehr lesen
Gepostet am von John S.
John S.
John S.
User

No I did not - forget that

Mehr lesen
Gepostet am von 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

.

Mehr lesen
Gepostet am von  ‪ KolAsim ‪ ‪
Giancarlo B.
Giancarlo B.
User

Sempre super KolAsim ‪ ‪wink

Mehr lesen
Gepostet am von Giancarlo B.
Kev G.
Kev G.
User
Autor

Thank you, I will play around with it.

Mehr lesen
Gepostet am von Kev G.