WebSite X5Help Center

 
Kev G.
Kev G.
User

Fixed footer  en

Автор: Kev G.
Просмотрено 352, Подписчики 1, Размещенный 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

Размещено
7 Ответы - 1 Полезно
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;

}

Читать больше
Размещено От John S.
John S.
John S.
User

oh forgot position: fixed;

Читать больше
Размещено От John S.
John S.
John S.
User

No I did not - forget that

Читать больше
Размещено От 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

.

Читать больше
Размещено От  ‪ KolAsim ‪ ‪
Giancarlo B.
Giancarlo B.
User

Sempre super KolAsim ‪ ‪wink

Читать больше
Размещено От Giancarlo B.
Kev G.
Kev G.
User
Автор

Thank you, I will play around with it.

Читать больше
Размещено От Kev G.