• Building a new site using Twentyten. Home is a static page called Notebook. When clicking through the pages, the Notebook page moves to the left just slightly from the other pages. All other pages remain in the same position. It just started after adding the first post to the static page Notebook.

    I’ve compared the index.php and single.php files, and they are identical, no extra spaces, etc., other than the code difference of:

    get_template_part( ‘loop’, ‘index’ );
    get_template_part( ‘loop’, ‘single’ );

    Here is the site: https://designranch.biz/

    Thanks for any help you might have!

    Toni

Viewing 2 replies - 1 through 2 (of 2 total)
  • check the browser window for the appearance of a vertical browser scrollbar in some of the pages.

    for a fix: web search ‘force vertical scrollbar’

    Thread Starter tonitt

    (@tonitt)

    It doesn’t seem to relate to the scroll bar. When I open it up fullscreen and have no scroll bar, the problem still persists. I’ve added images and/or a form to the other pages ‘cept for Biography, and now all pages stay consistently in the same place ‘cept for Biography with no pics.

    I read a post about images and loops, but it didn’t make sense to me. I’ll have to go back and find it and try to decipher what needs to be done.

    Thanks for the reply! I’m gonna leave this open until tomorrow ’cause I might need further help with it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Static home page moves left’ is closed to new replies.