Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #580483

    Hi, I would like to have the same line-height in my body text as in bulleted lists. I tried changing the value for “.iconbox_content”, as suggested on the forum, but it doesn’t work. Any idea?

    Regards
    Poirot

    #580842

    Hey Poirot,

    I’m not sure if you are trying to increase the copy above the list or decrease the list?

    Edit: try increasing the the line height of your copy div to this:

    line-height: 1.9em;
    

    Regards,
    Rikard

    • This reply was modified 8 years, 1 month ago by Rikard.
    #582382

    Hi Rikard,

    Thank you for helping. I would like to reduce the line-height within “

      ” elements, because they don’t match the line-height specified in the <div>. In developer tools it says that the line-height is consistent across the text, but visually the bulleted points have more space between them. (See link to page that show the issue)

      Regards
      Poirot

    #583079

    Hi,

    You had some padding on the list, try removing it by using this:

    .entry-content-wrapper li {
        line-height: 1.9em !important;
        padding: 0px 0 !important;
    }
    

    Thanks,
    Rikard

    #586215

    Hi Rikard,

    Perfect, thank you!

    Regards,
    Poirot

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Line height of bulleted list’ is closed to new replies.