This topic has 5 replies, 3 voices, and was last updated 9 years by Florian.

  • Author
  • #40163
     rdittberner
    Participant

    Hello Guys,

    how can i get this done with custom css….

    – stick footer to the bottom of the page
    – footer fixed hight but still responsive

    regards ricardo

    #40472
     Abe
    Keymaster

    Hi, footer is pretty big and making it sticky would take a lot from the screen. Anyway your code should be something like this and you can have a start from it:

    COPY CODE
    
    #socket {
        bottom: 0;
        position: fixed;
        width: 100%;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #41023
     rdittberner
    Participant

    Hi,

    well this works but now i have problem with mobile devices because of the fixed position…

    any idea?

    Thanks

    #41235
     Abe
    Keymaster

    I already told you this 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #41259
     Florian
    Participant

    Hi,
    after I tested this code in the Quick css

    .socket {
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 5;
    }

    the Go Up button disappeared for ever…
    Quick css is now emty and the Go Up button is activated in the Thememenu, but the Go Up button is disappeared.

    #41264
     Florian
    Participant

    I found the error….
    Thank’s!

Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?