• I have created some subpages to a parent menu.

    Right now all the subpages are just listed right beneath the Parent.

    How can I get it
    a) with a indent
    or
    b) with a tree structure so the subpages will unfold from the parent menu (so you dont see the subpages unless you click the parent.)

    Thanx in advance

Viewing 1 replies (of 1 total)
  • a) assing a left-margin from your theme (style.css). It should be something like this:

    ul ul li {margin-left: 10px}

    b) use a plugin. There are plenty on Extend.

Viewing 1 replies (of 1 total)
  • The topic ‘Subpages menu tree’ is closed to new replies.