Indenting Bullet List - Acme Themes

Best Premium and Free WordPress Themes Forums AcmeBlog Indenting Bullet List

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5079
    Stephanie
    Participant

    Does anyone know which CSS code I should look for in order to make my bullet list indent? Right now the text of the bullet lists lines up with the paragraph and the bullets themselves are riding on the line of the surrounding box container.

    #5082
    acmethemes
    Keymaster

    Hello Stephanie,
    Would you please provide the link of your site where you need that property? If so, we will find the best solution for you. Because there is no options in the theme and need to add the CSS property for it.

    Regards,
    Thanks

    #5081
    Stephanie
    Participant

    http://www.31daily.com.

    It added the css code:

    li {
    margin-left: 25px;

    That did work on the bullets. It changed the home page slider a little, but I wasn’t sure how else to force an indent. If you have a better solution, that would be great.

    #5080
    acmethemes
    Keymaster

    Hello Stephanie,
    Please add the below css on Custom CSS field at customizer or On the child theme(if you have).
    https://doc.acmethemes.com/acmeblogpro/#WheretowritetheCustomCSS?

    .blog .entry-content {
        text-indent: 62px !important;
    }

    Hope, this will solve your problem.

    Best Regards,
    Acme Supports

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Indenting Bullet List’ is closed to new replies.