Viewing 5 replies - 1 through 5 (of 5 total)
  • Michael Habib

    (@michaelhabib16)

    Do you get anything ? any error messages or empty html elements (check source code).
    Also make sure you have children pages and that they are published (not just drafts)

    Plugin Author caterhamcomputing

    (@caterhamcomputing)

    Hi.

    I have tried this out myself this morning on several different sites with different themes, and it seems to work fine for me.

    What theme are you using?

    I suspect that a CSS declaration from the theme for how to display lists may be interfering with the CSS for the plugin.

    Can you post a link to the page where you have the problem so that I can investigate further.

    Thread Starter Jeff C

    (@12steprecovery)

    Thanks for getting back – see https://www.slaauk.org/useful-resources/

    Checking the css I can see that the li element in the theme contains padding-left of 20px so when I reduce the width in

    @media screen and (min-width: 761px) {
    .twocol ul.ccchildpages_list li {
        width: 45%;
        float: left;
    }
    }

    it solves the problem if I add the above code into the custom css

    Plugin Author caterhamcomputing

    (@caterhamcomputing)

    Glad that you have sorted it … are you happy for me to mark this one as resolved?

    Thread Starter Jeff C

    (@12steprecovery)

    Sure

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Show pages as a list … in columns not working’ is closed to new replies.