Viewing 4 replies - 1 through 4 (of 4 total)
  • It’s your CSS. If you change the ID in your Menu and Links to id=”catagories” it will display correctly, i.e:

      <br>
      <li id="catagories">Links<br>

    <br>
    <br>

    <br>
    <li id="catagories">Menu<br>

    So I think you have two choices, either change those ID’s in your index.php template, or change the css thingy in your css file. Sorry, I’m not to up with the right terminology for all this, but that’s how it looks to me.

    Well you have a li id of *menu*. That is conflicting with the div of the same name. There is no need for a lot of hand editing of your links with br tags. You can use css. ul ol and li do not need breaks. They are list items. That is what they are for.

    Thread Starter Maximus

    (@maximus)

    Ok, now that you said that there is a conflict because of the same names, I went and renamed my link category and that fixed it. Thanks.

    You’re welcome.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Link menus overlapping after adding additional cat’ is closed to new replies.