• maculated

    (@maculated)


    Hi guys, I have been trying to trouble shoot this all day –

    I know the main causes are (1) a missing “/div” somewhere and (2) too wide somewhere, but I can’t seem to figure out the solution for my own page. Perhaps some kind soul can help me.

    Here is my page: http://www.morrobay.tri.com

    Interestingly, the code works here: http://www.morrobaytri.com/?page_id=37, but not anywhere else on the sight. Thanks for your insight.

Viewing 1 replies (of 1 total)
  • WPyogi

    (@wpyogi)

    Yes, you need a fixed width for the content div — line 67 in style.css:

    #content {
        float: left;
        overflow: hidden;
        width: 750px;
    }

    750 is just an approximation — you may need to adjust that.

    You do have some mark-up and CSS errors on the page — using a Validator will help you find (and then fix) them.

Viewing 1 replies (of 1 total)

The topic ‘Sidebar pushed below main content’ is closed to new replies.