Viewing 2 replies - 1 through 2 (of 2 total)
  • Looks okay in Firefox 3, which browser are you using? A general guess would be that the width of #content is too big and doesn’t leave enough room for the sidebar, thus pushing it down. But it looks okay to me and the numbers in the css add up.

    Oh. If you’re talking about the Healing Promises page, this is the culprit:

    <div style="">
    <div style="border: 1px solid black; padding: 10px; font-size: 14px; width: 360px; background-color: rgb(240, 220, 229); text-align: left;">
    </div>
    </div>

    All of your proverbs have an empty div wrapper that negates the size that’s set for #content. Delete those empty divs and you should be fine.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar is at the bottom of the page—I haven’t added anything’ is closed to new replies.