Viewing 1 replies (of 1 total)
  • Hi

    on line 243 of your CSS, it appears you’ve removed content from the top rss area, but its still taking up room

    #toprss {
    display:inline;
    float:right;
    line-height:41px;
    margin:10px 15px 0 0;
    width:65px;
    }

    change display: inline to display: none
    that puts your last nav item in place.

Viewing 1 replies (of 1 total)
  • The topic ‘Navigational bar help…’ is closed to new replies.