Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Flexform
  • #5847
    themisfit
    Member
    Post count: 14

    I am trying to create a page with lists and indented nested lists. But when I create the nested lists they just show up as one level.
    I would like to have as:

    1.
    2.
    *
    *
    3.

    But they show up like this:

    1.
    2.
    *
    *
    3.

    And if you indent the rows the numbers or dots get taken out.

    #5849
    themisfit
    Member
    Post count: 14

    That didn’t show the way I wanted it to se here’s a screenshot.

    #5910
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    The layout framework must be overriding them, please provide a link to the page where you’re using them and I’ll provide a fix.

    Regards,
    ————————————————————————————————————

    Cosmin
    Support Assistant

    #5919
    themisfit
    Member
    Post count: 14
    #5956
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Add this custom CSS in the theme options:

    .page-content li ul {
        list-style: disc;
        margin-left: 25px;
    }

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register