• When I create a list with bulletpoints, I want line spacing. Or else the information becomes too cramped.

    But this is not possible in WordPress. Whenever I press shift-enter, and hit update, it just wont be stored.

    Even when I manually go in the HTML and write “
    “, it won´t save. What do I do?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator cubecolour

    (@numeeja)

    In your style.css, add an appropriate value to line-height for list items in your posts

    for example:

    .post_txt ul {
    line-height: 220%;
    }

    Thread Starter Ramiuz

    (@ramiuz)

    So you´re saying if I add that, everything will be okay?

    The problem I have is when pressing Enter, to create a new paragraph, it does not register with WordPress

    Moderator cubecolour

    (@numeeja)

    It just adds some space between the list items to solve your problem of it being to cramped, it will not help with creating new paragraphs as that is not what it looked like you were asking for.

    I can’t guess at what your class & id names are for the content in your theme, so you’ll have to view the source of a generated page to find what to put instead of the .post_txt class in my example.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Creating bullet list won´t allow line spacing’ is closed to new replies.