• Resolved jack_martin_leith

    (@jack_martin_leith)


    Just after New Year, Karla kindly provided the following CSS to remove outdenting of numbered and bulleted lists:

    ol { list-style-position: inside; padding-left: 0;}

    ol, ul { list-style-position: inside; padding-left: 0;}

    These both work fine, but now the hanging indent aspect is missing. In other words, when an item is longer than one line, the second and subsequent lines align with the bullet, not the text … like this:

    • Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est

    Is there any way of fixing this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there!

    I’m here to help.

    Remove the CSS line, “list-style-position: inside;”.

    ol, ul { padding-left: 0;}

    Let me know if that works for you.

    Hi there,

    It’s been a while since we last heard from you. I just wanted to check in and see if you still need assistance with this issue.

    If you’re all set, would you mind resolving the thread so we can confirm everything is fixed?

    Thanks!

    Kind Regards,
    Michael Taro

    Thread Starter jack_martin_leith

    (@jack_martin_leith)

    Yes, this works. Many thanks, and apologies for the delay in replying. I missed the notification. JML

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘ord’ is closed to new replies.