[Resolved] Spaces for numbers and bullet points?

Home Forums Support [Resolved] Spaces for numbers and bullet points?

Home Forums Support Spaces for numbers and bullet points?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #676576
    Rocky

    Can I get a css code to make my bullet points and numbers bullets to have this spacing…

    2018-09-13_1350

    I used this code before .site-content ul, .site-content ol {
    font-family: “Sentinel SSm A”, “Sentinel SSm B”;
    font-style: normal;
    font-weight: 300;
    font-size: 19px;
    line-height: 2em;
    }

    But it created to much space in between the lines. Like when a bullet point ended up being more than one line of text, the spaces between the text was TOO big.

    #676600
    Leo
    Staff
    Customer Support

    Hi there,

    What exactly do you mean by “this” spacing?

    I’m not seeing a list in the page you linked.

    Let me know if I’m missing something ๐Ÿ™‚

    #676621
    Rocky

    2018-09-13_1501

    How can I get a space in between these?

    https://rockyullah.com/test-bullets

    #676627
    Leo
    Staff
    Customer Support

    Try this:

    .site-content li {
        margin-bottom: 1em;
    }
    #676630
    Rocky

    Great thanks so much!

    #676642
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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