[Resolved] Space between list entries

Home Forums Support [Resolved] Space between list entries

Home Forums Support Space between list entries

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1621126
    Sonja

    Hello,

    how can i increase the space between the entries in the numbered list?

    I find lists without enough space hard to read.

    Or is this little space normal for lists?

    #1621440
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .entry-content ol li {
      margin-bottom: 0.5em;
    }
    #1621527
    Sonja

    Hi David,

    thanks, that works.

    But which version is normal?

    With or without your css?

    #1621634
    Leo
    Staff
    Customer Support

    But which version is normal?

    There isn’t an answer to this question – it’s just personal preference πŸ™‚

    #1621698
    Sonja

    ok, i thought there were some guidelines or best practices with that.

    #1621706
    Leo
    Staff
    Customer Support

    There aren’t any guidelines for website appearances at all πŸ™‚

    #1828812
    Sonja

    Hello,

    how can I extend this css to unnumbered lists?

    #1828825
    Leo
    Staff
    Customer Support

    Try editing the CSS to this:

    .entry-content li {
      margin-bottom: 0.5em;
    }
    #1828835
    Sonja

    Thanks, that works.

    #1828836
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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