Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #979576

    How can I create a small footer – displaying only the socket, which sticks to the bottom independent from the content height? See page below:

    Test Page

    #979767

    Hey tomherold,

    Please try the following in Quick CSS under Enfold->General Styling:

    #socket {
        position: fixed;
        bottom: 0;
        min-width: 100%;
    }

    Best regards,
    Rikard

    #980068

    Hello Rikard,

    Thank you, but it does not work. Take a look at the screenshot (private content).

    Thomas

    #980429

    Hi Thomas,

    What is not working? It looks to be sticking to the bottom like you wanted?

    Best regards,
    Rikard

    #980430

    The footer (socket) has too much height when there is less content.

    #980578

    Hi,

    That is the background of your site, not the socket. Try to set the background colour to white for instance.

    html {
        background-color: #36679c;
    }

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.