Have you wondered how to add spacing between bullet points and numbered lists in your WordPress??
I have and I've finally found the answers on how to do this and of course the method on adding a space between bullet points is different than adding a space between numbered lists. In this video, I will walk you through how to do both! :)
UPDATE APRIL 25/17:
It appears since the WP update a few days ago, the way I showed you for the bullet points doesn't work anymore.
However, you can still use the method below for numbered lists, also for bullet points.
So in the beginning of each bullet point, except the last bullet point, you should add:
style="padding-bottom: 18px;" in the beginning bullet tag <li>
The whole code at the beginning of each bullet point will be:
<li style="padding-bottom: 18px;">
Also, the 18px can be adjusted to how big or small you want the spacing to be.
Hope this helps, if you have more problems, please leave me a comment below. Thanks!
UPDATE Jan 31/17:
If you have encountered a problem with the numbered list tag <p /> referenced in the video, you can use an alternative code instead at the beginning <li> tag of each numbered item you want the spacing to be below it.
Insert this style="padding-bottom: 18px;" code into the <li> tag at thebeginning of a numbered item so the complete code look like <li style="padding-bottom: 18px;">. The 18px, you can edit this to make the spacing how big or small you'd like between the numbered items.
Copy and paste this code into each numbered list item except the last item.
If you like each item to be justified, you can use this instead:
<li style="padding-bottom: 18px; text-align: justify;" rel="padding-bottom: 18px; text-align: justify;">
Hope this alternative code will work better for you! Please let me know if you have any problems. :)
Have you ever tried to add spacing between paragraphs or sections and it doesn't work??
There's a reason why the spacing doesn't apply sometimes and, in the video, I tell you why. :)
If this was helpful to you, please LIKE this training below! :) If you have other questions about spacing, please ask me in the comments below.
Thank you so much for watching it!
Grace
If you want a quick tutorial in a link on where to find this CSS tutorial it's right below pretty easy to check it out. BEST Coding and Color Picker Training Resource Website Brian
It is a great solution to a problem that I had. Much appreciate.
Cheers, Jeff
This has been driving me mad since I started. The only way I've been able to insert white space between paragraphs has been to place a period on a line of its own and reduce the font size to 1 or 2 so it can't be seen. Sort of a "brute force" solution.
Now I'll be revisiting all my pages to apply this fix.
Thanks once more.
Thomas.
PS. I also have trouble getting the headlines to work, and my font size often changes when I preview. Any suggestions with that?
You're a goldmine of info, aren't you? :-)