Viewing 1 replies (of 1 total)
  • Try this CSS:

    #page-content ul {
       list-style: disc outside none;
    }

    If you want to space the list items out a bit, add this:

    #page-content ul li {
       padding: 10px 0
    }

Viewing 1 replies (of 1 total)
  • The topic ‘aligning multiline text with bulletpoints’ is closed to new replies.