• Resolved Dacka

    (@dacka)


    Hi, couple of easy questions:

    How do I add bullet points?
    How do I get the list to display as an unordered heirarchial list, showing child pages as sub-points of parent pages as shown in the plugin page banner?

    eg:

    • Homepage
    • Second page
    • First child
    • Second child
    • Third page
    • etc

    https://www.ads-software.com/plugins/page-list/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author webvitaly

    (@webvitaly)

    I think your theme use reset.css to reset all default styles.

    Try to add these styles to your themes style.css:

    ul, ol {
    margin-left: 16px;
    }
    ul {
    list-style-type: disc;
    list-style-position: inside;
    }
    ol {
    list-style-type: decimal;
    list-style-position: inside;
    }
    ol li, ul li {
    /* styles for list items */
    }
    Thread Starter Dacka

    (@dacka)

    Hi there, I think I am missing something here because despite adding those styles to my theme it still doesn’t solve the problem of actually how I go about formatting the widget to display dot points.

    Plugin Author webvitaly

    (@webvitaly)

    Please share a link to the site with the problem because it is hard to solve problem not seeing it.
    Also share the name of the theme and where did you download it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding bullet points and showing child/parent relationship’ is closed to new replies.