• Resolved nsgdtd

    (@nsgdtd)


    My website automatically changes, moves the layout when switching from page to post.
    It is very annoying to the reader. So, if anyone have a way to fix this problem, please help me. Thank you very much!
    Video about this problem here!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Leo

    (@leohsiang)

    Hi there,

    The page width change you are seeing is because one page is longer with a browser scroll bar and the other is shorter so no scroll bar.

    There is no solution for this other than adding more content to the shorter page.

    Hope this helps 🙂

    Thread Starter nsgdtd

    (@nsgdtd)

    Now I understand the problem.
    Thanks a lot!

    Thread Starter nsgdtd

    (@nsgdtd)

    I also found a way to force using vertical scrollbar by adding some CSS code for who want to avoid this problem.
    CSS code:
    html {
    overflow-y: scroll;
    }

    Link here!

    Leo

    (@leohsiang)

    Sounds good 🙂

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

The topic ‘Please help me with auto layout shift bug!’ is closed to new replies.