• Resolved guyett

    (@guyett)


    When scrolling down, the header jumps a large amount and makes the transition look less seamless than it should. Is there a way to fix this so that there is no jump when scrolling?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,

    The header jumps due to
    .skip-container{
    display: block;
    padding: 0.5em 0.5em 0.5em 0;
    position: relative;
    }

    If you remove the padding or set to ‘0’ the issue will fixed.

    Regards,
    Manisha Rajput

Viewing 1 replies (of 1 total)

The topic ‘Jumping Header’ is closed to new replies.