Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #473519

    Hi

    I am having trouble aligning bulleted text that has a broken line. I am using

    ul li {
        list-style-position: outside;
        margin-left: 15px;
    }

    But it does not work. Is there another work around for this problem? Also this alignment problem only occurs on some text boxes?
    Regards
    Richard

    #473790

    Hi Richard!

    Please add following code to Quick CSS

    .entry-content-wrapper ul li:first-child {
      list-style: disc inside;
      margin: 0;
    }

    Best regards,
    Yigit

    #474047

    Hi Yigit

    Thanks for your reply. Didn’t work. Some text boxes are correct and others are all over the place. I just do not understand why some are right and the others wrong as all the formatting is the same
    Regards
    Richard

    #474299

    Hi!

    Can you please post the link to your page where we can see an example please?

    Best regards,
    Yigit

    #475325

    Hi Yigit

    Thank you for your reply. I have found the issue buried deep in the CSS….This can be closed
    Regards
    Richard

    #475593

    Hey!

    Great, glad you got it fixed :-)

    Cheers!
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Aligning Bulleted Text’ is closed to new replies.