New Landing How can we help? Themeforest Theme Support Dante Sticky footer jumping around

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #324167
    ronin
    Member
    Post count: 282

    Hi,

    I’ve added a custom sticky footer to this website. It works fine on desktop, but on tablets and phones it jumps up the page once you’ve scrolled down a bit, and I can’t figure out why.

    I’ve done the same thing just fine with an Uplift website, but can’t see what’s moving it here.

    Any help would be great, thanks!

    #324299
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    We cannot assist with modifications that have been made to the theme. You would need to work with a developer or ask on Stackoverflow for help.

    Thanks,

    #324345
    ronin
    Member
    Post count: 282

    Hi David,

    I understand that you can’t write custom code for us, I just wondered if you knew of a class that activates that affects the main-container or footer that I was missing. For instance I know that the sticky header class activates after a certain point, and was wondering if there was some other class that activates that I can look at and take it from there.

    #324360
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Maybe it can be related to the horizontal overflow.
    Try to add this css.

    html, body {
      overflow-x: hidden;
    }

    -Rui

    #325094
    ronin
    Member
    Post count: 282

    That worked a charm, thanks so much for your help.

    #325107
    David Martin – Support
    Moderator
    Post count: 20834

    Marking as resolved.

    Thanks.

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

You must be logged in to reply to this topic.