By default, Thesis handles bullet lists without space or padding beyond line-height between each bullet point. To modify the CSS is fairly simple, and we’ll use bullet points to show not only how, but the end result.
- First, we presume you know how to edit custom.css
- Second, we will open custom.css and edit it as follows:
.custom #content li {padding-bottom:10px;}
The end.