Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #523081

    Hello Enfold team,

    I’d like to creat a style for bullet points, so I planned to use one of the H to adapt it with a small interlines. Could you help me with this as the Css to use for that ?

    Thanks for your help,

    #523488

    Hey Missca,

    Could you link to your site so that we can have look? Not sure what you mean by interlines? Please post screenshots of what you are looking to achieve.

    Regards,
    Rikard

    #532783

    Hello,
    I was meaning the space in btw lines.
    The bullet points are considered as new lines and it shows too much space in btw list.
    Thanks

    #532795

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .entry-content-wrapper div li {
        line-height: 10px;
    }

    Cheers!
    Yigit

    #532830

    Hi Yigit,
    Thanks a lot for this quick answer.
    The big space is in between the bullets, as they are considered as new sections although we are used to have them as normal lines in a section…
    Let me know if it is not too clear, I think it is something to do with divers ways to present docs…
    Thanks for your help,
    Missca

    #533044

    Hi!

    Please try this instead:

    .entry-content-wrapper li {
        padding: 0;
    }
    
    .entry-content-wrapper li:first-child {
        margin-top: -10px;
    }

    Regards,
    Ismael

    #533116

    PERFECT !
    Thanks a lot Ismael for this helpful hand !
    Have a great day,
    Missca

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Bullet points’ is closed to new replies.