WebSite X5Help Center

 
Dennis Gonzalez Jr
Dennis Gonzalez Jr
User

How do I create a Fixed position footer?  en

Author: Dennis Gonzalez Jr
Visited 2055, Followers 1, Shared 0  

I am trying to create a website with a footer in Website X5 professional v12, but I need the footer to remain fixed at the bottom of the page border at all times. How can this be accomplished in Website X5 professional v12? I have been trying to figure it out and I have been unsuccessful so far. Any help would be greatly appreciated. Thank you!

Posted on the
2 ANSWERS
Jamie B.
Jamie B.
User

Hi

copy this code and it should work:

<style type="text/css">

#imFooterBg {position:fixed !important; z-index: 50;}

#imFooter {position:fixed; bottom:0px; z-index: 50;}

</style>

regards

jamie

Read more
Posted on the from Jamie B.