• I helped a friend re-code her site but I appear to have messed it up somehow because her bullet points aren’t appearing on pages or posts. However when you edit the post the bullet points are there. Is there something I’ve done wrong?

    This is the site: https://www.theresabook.com/review-policy/ and the bullet point should be before “Turkeybird & Littlebug” and “The1stdauhghter”.

Viewing 1 replies (of 1 total)
  • The list bullets are there but they’ve been pushed off the left-hand side of the content. Try adding either list-style-position:inside; or margin-left:20px; to:

    .post li {
    list-style-type:circle;
    }

    in style.css.

Viewing 1 replies (of 1 total)
  • The topic ‘Bullet Points not appearing on pages’ is closed to new replies.