• Is there anything I can add to the CSS where I can prevent the double spacing between a bullet point and text above/beneath it?

    For example I may have:

    *Bullet Point # 1- blah blah blah
    *Bullet Point # 2- blah blah blah
    *Bullet Point # 3- blah blah blah

    The bullet points don’t have any spacing between them, but if I try
    to write some text beneath one of these bullet points (say bullet point #2)it automatically creates space between two of the bullet points

    In other words, If I had something like :

    *Bullet Point # 1- blah blah blah
    *Bullet Point # 2- blah blah blah
    blah blah blah blah
    *Bullet Point # 3- blah blah blah

    It allows me to have the next line of text under the 2nd bullet point but it now creates a double space between the 2nd and 3rd bullet point

    So instead it appears as:

    ===
    *Bullet Point # 1- blah blah blah
    *Bullet Point # 2- blah blah blah
    blah blah blah blah

    *Bullet Point # 3- blah blah blah

    ===

    Is there any way you can remove this auto spacing above or below so you can determine the spacing yourself?

    Thanks in Advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Can you provide a link? A link would help us a bunch in order to trouble shoot what is going on here.

    Thanks.

    I’m trying to like a list of bullets cascading downward and indented. WordPress is putting a space between each bullet and I don’t want that.

    For example:

    *bullet* wordswords

    *bullet* wordswords

    *bullet* wordswords

    *bullet* wordswords

    An example of what I want:
    *bullet* wordswords
    *bullet* wordswords
    *bullet* wordswords
    *bullet* wordswords

    Does this make sense?

    Ah..it didn’t come out the way I wanted it to…is there someone that can correspond with me via email?

    Try putting line-height css on your li tag, like this:
    ul li {line-height:1em;}

    That didn’t work. I couldn’t show exactly what I meant on here. Could we exchange emails?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How To Remove Default Spacing Between Bullet Points and Regular Text?’ is closed to new replies.