Viewing 5 replies - 1 through 5 (of 5 total)
  • vtxyzzy

    (@vtxyzzy)

    Looks like you may be missing a closing div in some pages. On the page that works, the structure is this (div ids shown):

    main
       content
       sidebar
       (other stuff)
    /main
    footer

    On the page where the sidebar is pushed down, the sidebar div is inside content:

    main
       content
    /main

    Both the sidebar and footer are inside content.

    kobashicomputing

    (@kobashicomputing)

    Run the URL through this tool:
    http://www.tormus.com/tools/div_checker#show_div_map

    According to it, you are missing 3 divs in the page that is pushed down.

    And the one that’s not pushed down is missing 2 divs.

    Nostrovia

    (@nostrovia)

    Hey!

    I’m having the same problem, but the tool to check divs is not locating anything wrong 🙁

    Nostrovia

    (@nostrovia)

    Oh… In my html code in the post…I had a div and /div in part of the text… 😛 now it’s cool 🙂

    Michael

    (@alchymyth)

    @nostrovia

    please start your own topic.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘sidebar being pushed down only on some post pages’ is closed to new replies.