I would like the list of pages either Tiered with the chips: parent page and sub-pages as well:
-Parent page1 -sub-page 1 -sub-page 2 -sub-page 3 Parent page 2 Etc.
But now names are the same, like this: Parent page1 Parent page 2 sub-page 1 sub-page 2 sub-page 3 Etc. How to integrate the “list” tags?
thank you,
Andréa
Hi andrea1,
This is the WordPress default widgets. Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
ul.children { margin-left: 10px; }
Hope this may help you.
Thank you!