How to add space between items in ordered list
-
You’ll see at achievemission.wordpress.com that we were able to create spaces between the unordered lists (first couple of paragraphs) but were unable to do so with the ordered list (bottom half of post). Inserting
between the ordered items creates too much space. Inserting <p> makes no difference.A second, but related question: when the content is pulled through RSS onto my site at
http://www.achievemission.org/Resources/Blog.html it deletes the spacing between even the ordered list items. So there’s space between the bulleted items up on wordpress but then no spacing when it’s fed onto my site through rss. Any ways to fix that?The blog I need help with is: (visible only to logged in users)
-
You can set do this via HTML. Switch to the HTML tab, and for each ”
- ” tag, modify it to look like this.
<li style="margin-bottom: 10px;">
You can adjust the 10px value to give you the spacing you desire.To change that permanently, you would have to have some CSS editing experience and the paid upgrade.
- ” tag, modify it to look like this.
-
-
- The topic ‘How to add space between items in ordered list’ is closed to new replies.