Site logo

Archived topic

Adding a margin or space after items in unordered (ol) and ordered lists (ol)

3 replies · Started by Janine on February 11, 2018

Viewing posts 1–4 of 4

Hi, guys!

How can I add a margin or space after items in unordered and ordered lists? Thank you.

Hi there,

It should

ul {
    margin-bottom: 10px;
}
li {
    margin-bottom: 10px;
}

Leo, thanks. It worked beautifully.

No problem.

This archived topic is closed to new replies.