• I tried to add more pages to my top navigation bar but it seems to have run out of space. Is it possible to add another row of navigation bar? Appreciate any help. Thanks very much. My blog address:

    Mary

Viewing 2 replies - 1 through 2 (of 2 total)
  • To maximise space on the menu, try deleting margin-left:160px; and width:764px; from:

    #menu ul {
    background:url("images/menu_bg.gif") repeat-x 0 bottom;
    height:35px;
    margin-left:160px;
    padding:0;
    width:764px;
    }

    in style.css. Creating a two line menu would take a fairly major theme re-edit.

    Thread Starter marymoh

    (@marymoh)

    Thanks very much. I’ll look into it.

    Mary

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How To Add Another Top Navigation Bar’ is closed to new replies.