Static home page moves left
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Static home page moves left’ is closed to new replies.