WebSite X5Help Center

 
Ivo C.
Ivo C.
User

Fixed Footer on website x5 v13?!  en

Autor: Ivo C.
Besucht 1385, Followers 3, Geteilt 0  

Hello!

Is it possible to make fixed footer at the bottom of the page on website x5 v13?

I know it's common question here, but I can not find the answer. On version 12 there was small piece of code that worked well on every viewport, but not on v13.

Maybe there is some piece of code or good 3rd party object?!

Best regards, Ivo.

Gepostet am
4 ANTWORTEN
J. Kozak
J. Kozak
User

Hello Ivo,

To make fixed footer you have to only add to CSS style this code:

#imFooter{
           position: fixed;
           bottom: 0;
}

Cheers!

Mehr lesen
Gepostet am von J. Kozak
Ivo C.
Ivo C.
User
Autor

Fixing works, but footer is not centered.

I would like it to be centered for every viewport as well.

:/

Mehr lesen
Gepostet am von Ivo C.
Incomedia
Elisa B.
Incomedia

Hi Ivo, 

unfortunately, we do not offer technical support on custom code, as it does not directly depend on WebSite X5. Still, I have seen your Idea Post and I would like to thank you: every suggestion is welcomed!

I wish you a lovely day.

Mehr lesen
Gepostet am von Elisa B.
J. Kozak
J. Kozak
User

Hello Ivo,

Add to previous code this line: width: 100%;
Then you get full width footer for your website.

Cheers!

Mehr lesen
Gepostet am von J. Kozak