• Last year’s entry “https://en.forums.wordpress.com/topic/line-spacing-in-bulleted-list-items” showed how to use the “line-height” command.

    My sidebar recent-posts list entries (in Atahualpa) often roll over two lines. I would like to keep the line spacing within each entry to single, but add about 0.5 line between bulleted entries.

    Tried plugging various bits of code harvested from different forums and blogs into CSS and sidebar widget PHP. Didn’t break anything, but none of it worked.

    Help appreciated!

    Thanks-

    Ctenos

Viewing 1 replies (of 1 total)
  • ctenos – did you get this question answered for yourself? I just had to struggle this morning for a resolution, which found with this code:

    .post ul, .post ul li{margin-top: 1em !important;}
    .post ol, .post ol li{margin-top: 1em !important;}
    .post ul, .post ul li{list-style-position:outside !important;}
    .post ol, .post ol li{list-style-position:outside !important;}
    .post ul, .post ul li{margin: 20px !important;}
    .post ol, .post ol li{margin: 20px !important;}

Viewing 1 replies (of 1 total)
  • The topic ‘Line spacing in bulleted lists – again’ is closed to new replies.