Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    The page with the problem is the single.php template file.

    On your other pages, the Contents Div ends and is closed, and then the sidebar Div begins.

    On the single.php template, the browser is seeing the sidebars as being contained with the Contents Div. Thus it is displaying… within the Contents Div, in the left column.

    usually this is due to misplaced or missing closing Div tags. In other words, a closing Div is below the call to include the sidebar when it needs to be before that call, not after it.

    The page validator shows 14 errors on your single page
    https://validator.w3.org/check?uri=https://benbelack.com/blog/2009/03/31/cold-reading-insight/

    That is a really small # compared to many sites who ask questions here. Some of those errors are about missing and misplaced closing tags. If you can clean them up you will probably get your sidebar working as its supposed to, in the process.

    Thread Starter bbelack

    (@bbelack)

    Added one div closing tag, and it’s all fixed.

    Thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Please help. Can’t figure this out!!’ is closed to new replies.