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

Home Forums Support [Resolved] Adding a margin or space after items in unordered (ol) and ordered lists (ol)

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #493910
    Janine

    Hi, guys!

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

    #494002
    Leo
    Staff
    Customer Support

    Hi there,

    It should

    ul {
        margin-bottom: 10px;
    }
    li {
        margin-bottom: 10px;
    }
    #494306
    Janine

    Leo, thanks. It worked beautifully.

    #494506
    Leo
    Staff
    Customer Support

    No problem.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.