<li> text justification bullet point

Hi, I’m using a “classic card element”

see: https://www.villaadhoc.it/nuovosito/

and I would like my list text in “front content” to be justified on the left under the previous line, but not wrapping around the bullet point (as is it is now).

How is it possibile? I found this online but I think is not working:
“list-style-position: outside;”

Thanks in advance.

Hi @89Flay,

Thank you for reaching out to us. I checked your list items and they are not wrapped in the <ul></ul> tag. To fix the issue, please wrap your <li></li> in the <ul></ul> tags e.g:

<ul>
    <li>one</li>
    <li>two</li>
    <li>three</li>
    <li>four</li>
</ul>

Let us know how this goes!

Thanks for the solution. It worked perfectly.

You’re welcome. Glad we’re able to help.

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