Viewing 1 replies (of 1 total)
  • Your #container div is over-laying the top nav in your home page. Try adding:

    body.home #container {
        margin-top:110px;
    }

    to style.css

Viewing 1 replies (of 1 total)
  • The topic ‘Header links (main menu) disabled, please help!’ is closed to new replies.