A good place to get started learning css. I don’t know where you’re having issues with list items on your site. List items usually look like this: <li>List Item Text</li>
If you target li {margin-bottom:20px;} it will affect all list items site wide. You may have to narrow in on it by finding what div or class it is associated with and target it like this: #divid li or .class li.
Good luck.
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Space in a list’ is closed to new replies.