Forums
Forums / Fixing WordPress / Subpages menu tree
(@busto)
17 years, 9 months ago
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
(@scribu)
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.
The topic ‘Subpages menu tree’ is closed to new replies.