How can I create a small footer – displaying only the socket, which sticks to the bottom independent from the content height? See page below:
Hey tomherold,
Please try the following in Quick CSS under Enfold->General Styling:
#socket {
position: fixed;
bottom: 0;
min-width: 100%;
}
Best regards,
Rikard
Hello Rikard,
Thank you, but it does not work. Take a look at the screenshot (private content).
Thomas
Hi Thomas,
What is not working? It looks to be sticking to the bottom like you wanted?
Best regards,
Rikard
The footer (socket) has too much height when there is less content.