• lucapranay

    (@lucapranay)


    I don’t know how to increase the spacing between these list items/paragraphs and thus some kind help would be highly appreciated.

    All the very best!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • David

    (@diggeddy)

    Hi there,

    it requires some CSS. A regular ordered list would require this CSS:

    ol li {
    padding-left: 20px;
    }

    But for nested lists like you have it would be:

    ol ol li {
    padding-left: 20px;
    }
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.