Custom Bullet point line spacing between BULLET POINTS, not all lines
M
Malorie Tadimi
Right now we can adjust the space between all lines in a bullet point element. We need to be able to adjust the space between the bullet points to make them more visually appealing and easier to read... not just the space between all lines. The space between the bullet points. The lines spacing should be greater between bullet points and smaller between the lines of the text in the bullet point.
Log In
J
Jason Thomas
Upvoted. This is especially important on mobile devices where a single bullet point tends to "break" onto the next line.
In the meantime, for those facing this issue: use a double Shift+Enter linebreak between bullets. It looks weird in the editor but displays correctly when published.
J
Jayson B
Jason Thomas
Well there is another way which is far better and you are able to manipulate to the style you need. Click the Custom CSS top bar menu and add this code.
Hope this helps and if you find other ways to do this please reply to me.
Thanks
p {
line-height: 1.5;
}