Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #647825

    Hey gents,
    any tips for how I can get this bad boy to work on mobile?
    Maybe have it bounce up once the user scrolls 90% of the page?
    I dunno’ .. just know that right now it does not work.

    Please see the link.
    Thanks 4 the input!

    Justin

    #648649

    Any thoughts here? Thanks!

    #648657

    Hi!

    Please change your code to following one

    @media only screen and (min-width: 990px) {
    #sticky {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 100;
    }}

    Cheers!
    Yigit

    #648789

    Ah! Got it :) Thank you.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Sticky Footer Mobile’ is closed to new replies.