Footer fixed at bottom of screen
I would like a feature, that sets the footer at the bottom of the screen at all time. I am not talking about the bottom of the page.
I need this feature, so if people scroll the text on my site, it dis/appears behind the footer. Just like the header already has this feature. Sadly it is not possible to set the header at the bottom of the site.
I tried setting the footer at the bottom of the screen, but my Custom CSS doesn't seem to work.
element{
position:fixed;
bottom:0%;
}
I need this feature for my pages.
-
Hello,
Thank you for contacting us.
Thank you for your suggestion. We will send it to our managers and they will add it to a Feature Request list.
Best regards, Nelea.
0 -
This is something that I just now achieved for a project by adding this css to the section and giving it the "footer" css id.
ie:
#footer {
position: fixed;
bottom: 0px;
left: 0px;
right: 0px;
margin-bottom: 0px;
}
0 -
Hi Johnathon,
Thank you for your message and for sharing this to us! It might be helpful to other users.
With the best regards,
Doina
0
Please sign in to leave a comment.
Comments
3 comments