New Landing How can we help? Themeforest Theme Support Flexform can't add more than one level of bullets in text area

  • This topic has 6 replies, 2 voices, and was last updated 10 years by eaa.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Flexform
  • #9587
    eaa
    Member
    Post count: 38

    Hi SwiftIdeas,

    When trying to more than one level of bullets
    in a text area, it just defaults to one level so
    we are not able to create sub bullets.

    Any suggestions for resolving?

    Thanks,
    – eaa

    #9618
    Ben – SUPPORT
    Member
    Post count: 690

    Hmm can you post a link to your website so I can look a bit more into it

    Thanks
    Ben

    #9627
    eaa
    Member
    Post count: 38
    This reply has been marked as private.
    #9630
    Ben – SUPPORT
    Member
    Post count: 690

    Try and add

    ul ul{
    margin-left:20px;
    }
    

    to your custom css in general settings

    Thanks
    Ben

    #9637
    eaa
    Member
    Post count: 38
    This reply has been marked as private.
    #9643
    Ben – SUPPORT
    Member
    Post count: 690
    ul ul{
    list-style-type:circle;
    }
    ul ul ul{
    list-style-type:square;
    }
    

    That should work, might have some complications, if it does, try

    ul ul{
    list-style-type:circle !important;
    }
    ul ul ul{
    list-style-type:square !important;
    }
    

    Thanks
    Ben

    #9653
    eaa
    Member
    Post count: 38
    This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 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