Align the second line in HTML Bullet point list

How can I indent every line after the first line of a bullet point so it is not under the bullet and aligned with the text on the first line.

Also when I create a bulleted list the bullet point does not appear and I have to use letters or icons, any reason why they would not appear.

The page in question is:

Thanks

Hello @crazygrapeuk,

Thanks for writing to us.

It seems that you are using custom HTML where you added custom styling to align the text in the left. I also noticed that there is no list item on the page. I would suggest you use the Text element where you can add the text in the list format

Please have a look at the given screenshot below.

Output

Hope it helps
Thanks

Hello,

Thanks for the reply and sorry I had been playing about with it. I have now changed it to be a bulleted list but no bullets are appearing under Existing TOP-SET Users section.

Thanks

Sorry I had forgotten to save the page, it is now a bulleted list but bullets not showing.

Hey @crazygrapeuk,

I don’t see the structure suggested by my colleague on your page. Instead of

  • , the items are wrapped in

    tags (see secure note).

    Please ensure the HTML is correct or doesn’t have syntax errors. You can use online tools like this to check for HTML errors.

    If you’re sure there’s no error, please give us the following info in a Secure Note

    • WordPress Login URL
    • Admin username and password

    You can find the Secure Note button at the bottom of your posts.

    Thanks.

  • Sorry I had forgotten to save the page, it is now a bulleted list but bullets still not showing.

    Hello @crazygrapeuk,

    It seems that the list-style CSS is not rendering properly at the site. I would suggest you go to the Cornerstone page builder —>Text element —>customize —>Edit CSS

    $el.x-text ul li {
        display: list-item;
        list-style-type: disc;
    }
    

    The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

    Hope it helps.
    Thanks

    Hey,

    Amazing it worked and thank you so much for your help as usual. Great support!

    Hi @crazygrapeuk,

    You’re welcome and it’s our pleasure to help you! If you have any other concerns or clarifications regarding our theme features, feel free to open up a new thread.

    Thank you.

    This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.