Viewing 1 replies (of 1 total)
  • Each link is getting a new UL tag making a new html list that keeps getting nested into each other. You manually put these into a text widget? They should be written like this.

    <ul>
    <li>link</li>
    <li>link</li>
    <li>link</li>
    </ul>

    Or you could use the Page widget.

Viewing 1 replies (of 1 total)

The topic ‘Can’t get widget links to line up properly in sidebar’ is closed to new replies.