[Resolved] Need Space between bullet point

Home Forums Support [Resolved] Need Space between bullet point

Home Forums Support Need Space between bullet point

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1672103
    Mouse

    Basically bullet points look like this:

    • Bullet point 1
    • Bullet point 2
    • Bullet point 3
    • Bullet point 4
    • Bullet point 5

    I basically want to add space in between each bullet point.

    #1672367
    David
    Staff
    Customer Support

    Hi there,

    Thy this CSS:

    .entry-content ul li {
        margin-bottom: 0.5em;
    }
    #1672450
    Mouse

    Hi there.. its ot able to add a considerable space between the bullet points.

    #1672474
    David
    Staff
    Customer Support

    Increase the 0.5em in the CSS eg. 2.5em

    #1673263
    Mouse

    Thank You so much As ALWAYS =)

    #1673331
    David
    Staff
    Customer Support

    Glad to be of help

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