• Resolved myosciur

    (@myosciur)


    Hello!

    My main page is “jumping” when you click on “portfolio”, “project” etc

    http://www.viktoriagarvare.com

    You can see it if you look at the primary navigation or the name on the left. It shifts like 20px to the right and back when you press “home”.

    What did I do wrong? I can’t find where’s the problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Kevin

    (@jx-3p)

    I’m not seeing this. What browse/device are you viewing on?

    Dave Pitman

    (@dave-pitman)

    You are probably referring to the classic “jump” when you go from a page with a browser scroll bar to one without.

    In your theme options > Advanced css, place this code:

    html { margin-left: calc(100vw - 100%); }

    Thread Starter myosciur

    (@myosciur)

    omg, how didn’t I see this!

    Thank you so much Dave 😀
    Works perfectly!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Main page is "jumping", layout’ is closed to new replies.