How to Indent Lists (Bullets and Numbers)

  • Author
    Posts
  • #46384

    Currently my bulleted and numbered lists look like this…

    current bullets

    But I would like for them to be indented like this…

    current bullets

    #46385

    I don’t know why the images are not showing up. Trying again…

    Currently my bulleted and numbered lists look like this…

    current

    But I would like for them to be indented like this…

    edited

    For some reason, these images are not appearing, but if you right click and choose “open image in new tab” it will appear.

    #46481
    Zed
    Cryout Creations mastermind

    You can do that with CSS:

    ul, ol {
       padding-left: 2em;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘How to Indent Lists (Bullets and Numbers)’ is closed to new replies.