[Hustle Pro] Using unordered lists

When using lists in the main content of a pop-up, if the text needs to wrap to a second line it doesn’t align with the text on the previous line and starts instead under the bullet.
All the text on every line should be left justified.[attachments are only viewable by logged-in members]

  • Abdul Wajed
    • Support

    Hi Francois Fisette ,

    I hope you are well.

    I do see and can replicate the issue. To fix the alignment issue with unordered lists in your pop-up, please try adding the following CSS:

    .hustle-layout .hustle-group-content ul { 
        list-style: initial; 
    } 
    
    .hustle-layout .hustle-group-content ul li:before { 
        display: none; 
    }

    You can add this CSS by going to Appearance > Customize > Additional CSS or Custom CSS on Hustle.

    I also ping the Hustle team for their feedback on this and as soon as we get any further details from them we will share the details and let you know.

    I hope this helps! If you have any more questions or need further assistance, feel free to give us a shout. We’re here to help!

    Best regards,
    Wajed

  • Olivier Sorin
    • New Recruit

    Hi Abdul!

    Yes, it works but I had to add “!important” at the end of both declarations. Maybe it’s because I use Site Origin’s CSS extension to manage my extra CSS and did not insert it where you recommended.
    By the way it does this with ordered lists as well, I don’t use them yet but if I did, would it be as simple as inserting your declarations again and changing the”ul” for “ol”?

    Thanks !

  • Aamir Rather
    • Staff

    Hey Francois Fisette

    Hope you’re well.

    Yes, it works but I had to add “!important” at the end of both declarations. Maybe it’s because I use Site Origin’s CSS extension to manage my extra CSS and did not insert it where you recommended.

    Sure, no worries that is ok.

    By the way it does this with ordered lists as well, I don’t use them yet but if I did, would it be as simple as inserting your declarations again and changing the”ul” for “ol”?

    Yes just about changing the Unordered list type.

    Best Regards
    Aamir Rather