• I’m trying to add a horizontal menu under my header but I’m css impaired and can’t get it to work.

    I read the tutorial in the codex and tried pasting several menu codes from listamatic link into my stylesheet and header file.

    It works fine, but the problem is my sidebar link and categories whack out into the same kind of horizontal menu … not good.

    Any help appreciated. Thank you

Viewing 1 replies (of 1 total)
  • Chances are your stylesheet isn’t distinguishing between lists in the header <div> and the sidebar <div>.

    If your header <div> is called id="header" in the template files, try making your stylesheet list menu code start with

    #header ul or #header ul li or whatever, instead of just

    ul or li.

Viewing 1 replies (of 1 total)

The topic ‘adding h menu screws up sidebar’ is closed to new replies.