• I am working on a custom theme that was designed by someone else, and the client does not communicate with them. For some reason the footer moves up to the top of the page when you click on the blog post. It is not doing that on any page just blog posts. I cannot figure out how to fix that. Can someone please help. The site is https://www.bizlinknetworking.com. I really do appreciate it as I have never seen this happen before.

Viewing 1 replies (of 1 total)
  • it seems that the sidebar is called at a different position in single.php (after the content), compared to index.php (or whatever template does the ‘blog’ page)

    in single.php, move the sidebar to the same position as in index.php (or whatever template does the ‘blog’ page)

    then remove the excess second line in this section (single.php):

    </div><!-- #content -->
    		</div><!-- #container -->
Viewing 1 replies (of 1 total)
  • The topic ‘footer is moving up on blog posts’ is closed to new replies.