Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m not an expert but my guess is that the loaded post content area is wider than the content area on any other page. It therefore forces the sidebar to appear in the next available position, which would be underneath. Check your CSS to see if there’s any margin discrepancies? That’s where I’d start anyway…

    can you post the contents of sidebar.php…. usually playing around with </div> by adding them will sort this problem.

    looke your index.php file or sidebar.php. The divs are in disarranged form:

    put the divs as:
    <div id=”contentrap”>
    <div id=”menu”>

    then the content div and use the firebug to track.

    I did it in my computer s working

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘sidebar jumps on posts page’ is closed to new replies.