• Resolved rcsmit

    (@rcsmit)


    Lightword is doing nothing with lists!

    I added li{font-size:1.2em;list-style-type: disc} to the BASIC section, the size is like the other text but the disc is not appearing in front of the lines.

    Also deleted in the content section
    #content-body ul,#content-body ol{margin:15px 30px;font-size:12px;}
    #content-body ul li{list-style:circle;margin-bottom:4px;}
    but without success

    https://www.yepcheck.com/crazywaiter/?p=69

    Anybody any tips?
    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • esmi

    (@esmi)

    You might want to start by inserting opening <ul> and closing </ul> tags around that list. Then try adding:

    li {margin-left:20px;}

    to your stylesheet. The disc/bullets are there. They’ve just been pushed off the page content area on the left.

    Thread Starter rcsmit

    (@rcsmit)

    adding the UL helped already. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘List in lightword’ is closed to new replies.