Archived topic
Bullet Point Spacing
7 replies · Started by Franklin on August 24, 2019
Hey, do you guys have any bullet point spacing?
This is what is currently looks like if i put a space in the backend. http://prntscr.com/owvm4x
It never puts a space between the two bullet points to make them cleaner.
Regards
Hi there,
so you want to put vertical space between each of the bullets within the post content? If so try this CSS:
.entry-content ul li {
margin-bottom: 1em;
}
I ended up fixing it by reverting to glutenberg but yea having issues with that as you seen in my other ticket. Thanks
I ended up changing back to classic so need to come back to this issue.
The issue is space doesn't get created between bullet points when I hit space.
Im wanting it like this http://prntscr.com/oyemd7
But its showing like this http://prntscr.com/oyemkp
Regards
David's CSS should work.
Any chance you can link us to the page in question with the CSS added?
Thanks :)
Its fine now i just edited the code a bit and it worked.
Thanks
Awesome :)