CSS Bullet points wrapping

1 replies
  • WEB DESIGN
  • |
Hey,

I am making a website and I am have an unordered list. The text in each list item is too long to fit on one line inside the div so it naturally wraps onto the next line below. This is fine however, I want the next line to appear underneath the beginning of the line above however, it seems to appear under the actual bullet point. (There is a screenshot in the attachment if you do not understand.)

If I use: list-style-positionutside; the problem seems to fix itself however, the bullet points move to the left (outside of the div.)

Does anyone know how to fix this issue without having the bullet points outside the div?

Thanks
#bullet #css #points #wrapping
  • Profile picture of the author orb
    Put in another div and then do list-style-positionutside;
    {{ DiscussionBoard.errors[5776357].message }}

Trending Topics