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,
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
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
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
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
Hi!
Please try this instead:
.entry-content-wrapper li {
padding: 0;
}
.entry-content-wrapper li:first-child {
margin-top: -10px;
}
Regards,
Ismael
PERFECT !
Thanks a lot Ismael for this helpful hand !
Have a great day,
Missca