• Hi,
    I have an issue if I use the extended formatting options, provided by Editor Plus, for bullet lists.
    If I use the standard Gutenberg block list format, everything is fine.
    If text behind a point is wrapped into more than one line, all text belonging to this point is left aligned. The bullets themselves are left aligned, too, but left of the text.
    But if I use the extended formatting from Editor Plus (+ List) and assign an icon as bullet points, wrapped text is left-aligned with the bullet points (now icons) instead of the text in the line above.

    Since I think I can not attach screen shots, I will try to mimic the behavior here:

    *** OK ***

    • Topic one
    • Topic two, which is a bit longer
      and therefore wrapped
    • Topic three

    *** NOT OK ***
    > Topic one
    > Topic two, which is a bit longer
    and therefore wrapped
    > Topic three

    Is there a way to achieve the correct formatting but still using icons as bullet points?

    Thanks Christian

    • This topic was modified 3 years, 3 months ago by cortlieb.
    • This topic was modified 3 years, 3 months ago by cortlieb.
    • This topic was modified 3 years, 3 months ago by cortlieb.
Viewing 1 replies (of 1 total)
  • Plugin Author Munir Kamal

    (@munirkamal)

    Hey @cortlieb

    Thank you for raising this issue. I have noted this to follow up. In the meantime, you can modify this using custom CSS. Here is a little snippet to help you.

    .ep-custom-list li::before {
        position: absolute;
        left: -25px;
        top: 10px;
    }

    You can adjust it if this won’t work perfectly.

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Alignement of bullet list’ is closed to new replies.