Site logo

Archived topic

Bullet Point Spacing

7 replies · Started by Franklin on August 24, 2019

Viewing posts 1–8 of 8

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.

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 :)

This archived topic is closed to new replies.