Is it possible to keep the footer steady on the pages and let the blog scroll in between. ?
I want a very small footer with less info in a small bar which stay in sight
Hey Adri,
Yes, it’s possible, can you post a link to your site? so we can take a closer look.
Best regards,
Nikko
Hi,
Thanks for the link, do you mean that you want the footer to always be visible and placed in a fixed position at the bottom of the page?
Best regards,
Rikard
Yeah a tiny footer on the bottom which stay visible during scrolling, just 1 or 2 lines would be perfect.
Hi,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
#socket {
position: fixed;
bottom: 0;
width: 100%;
max-width: 1000px;
}
Let us know if this helps.
Best regards,
Nikko
Great that worked out perfect, many tnxs !
Hi,
Glad Nikko could help! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit