bulleted lists

  • Unknown's avatar

    I am trying to put a space between bulleted lists using Shift+Return on my website. However, when I update the changes the spaces automatically disappear or turn into a double space.

    The blog I need help with is: (visible only to logged in users)

  • Hi Julian,

    I see you’re working around it with separate ul(unordered lists) tags, which works great. The technical solution would be to update the styling for your site to increase the padding between each of the list items.

    Since you have Custom Design as part of your WordPress.com Premium bundle, you can add this via Appearance->Customize->CSS:

    .entry-content li {
    margin-bottom: 10px;
    }

    Currently, there is no margin-bottom applied in your theme, so any value would add space between them.

    If you have any questions or need anything else, please let me know. Cheers!

  • The topic ‘bulleted lists’ is closed to new replies.