ul does not work in Toggle

It is impossible to create common bullet list in toggle. Other lists work well.

Comments

  • Hi,

    I have passed this info to the dev team, and it should work properly in the next update.

    For now, please, use the following CSS code:

    .mfn-toggle .toggle-content ul{
       list-style: disc inside;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Thanks

Sign In or Register to comment.