BackNext
3.4 Adding space after each bullet |
To provide more spacing to the bottom or side of a bullet:
- This can be done in style sheets: Appearance > Style Sheet > Bullet Page
- Add the following to add space below a bullet point:
ol.bullet1 li {padding-bottom:1em;}
- Another other option is to enter an extra blank line (Hit Enter twice) after the text.
- Add the following to add space to the right side of bullet points:
ol.bullet1 li {padding-right:1em;}
- If you want more padding, change the 1 em to a 2 em.