Skip to main content

How to add line spacing in between Bullets on Wordpress

Today, we discuss how to enter line spacing in between Bullets, paragraphs, etc. on WordPress. Sometimes, it is really necessary to enter line spacing in between lines or segments to provide a immense way of work. You don't require any Visual Composer or a blog template to proceed with. All you need is to insert couple of codes in between lines under HTML coding and you are good to go.

 Quick Guide to enter Double Space while pressing Enter Key

Shift+Enter : You can press Shift and enter Key together to create a single line spacing between lines. The best way to create a new paragraph is by pressing Enter Key. The Shift Combination helps to bring a new line instead of new paragraph.

Code to Know: Standard WordPress Spacing HTML

&nbsp – Non Breaking space : This is typically used to create a wrap or to move text to the next line. Don’t use this for creating spaces. 
 
</br> – line break : This serves as a traditional carriage return. This is more or less similar to that of pressing return in Word. Do note that some of the WordPress themes consist an HTML filter which removes empty or open tags. Hence, this might show correctly when you insert a </br> and toggle between text and visual composer, but when you Update the page, this will remove those breaks and put you right back where you started. 
 
<p>, </p> : This can be used to create a paragraph space and is pretty easy to apply. You can wrap your text with the help of a paragraph tag that provides a line break after you finish a specific paragraph. 

Line Breaks for Bullet Lists

If you use a bullet norm under your WordPress webpage, bulleted items get stacked together without a single space. This resembles to- 
  • Paragraphs
  • Line Break
  • Bullets
  • Numbers
The code of the above bulleted list appears as-

<ul>

<li>Paragraphs</li>

<li>Line Breaks</li>

<li>Bullets</li>

<li>Numbers</li>

</ul>

This does look good when the bulleted are short, however, this appears poorly when there are text accompanied to them. This is why, you must perform certain operations that help them to appear effectively while writing articles.

Bullet and Numbered List Spacing in WordPress

Here we explain some of the efficient ways to present them in effective manner-

Step-1: All you require is to go to the right hand corner and hit Text Tab. See the screenshot below-



Step-2: No locate <li> tag inside the HTML container, and insert style="padding-bottom: 14px;" in between the tags. This will resemble something like -

<li style="padding-bottom: 14px;">

Step-3: That's it, now press Save button and you will can the changes in the Preview Tab.

Note: You can even adjust the spacing as per your choice, just edit the padding to whatever extent you want the spacing should be.

Comments

Post a Comment

Popular posts from this blog

How To Create Drop Down Menu in Blogger

Drop down Menu  is something which everyone wants to have on his blog. However, because of the lack of proper information they can't have it on their blogs. Again, many people even think that it is quite hard to put menus with sub menus on any Blog. Well, this is not so. Here, in this tutorial we will tell you on how to add sub menu to your Menu step by step for your Blog.

How To Speed Up Any PC By disabling Animations

Often, we add animations on a desktop PC to make our PC look nice. It is quite adorable for some time but as time passes, we become quite satisfied and don't want them to run on our PC as they used to waste out time. If you are using Windows, some of the features are On by default. Disabling these features not only fasten up your interface but also saves your time.  These settings work across every version of Windows, from Windows XP to Windows 7 all the way up to Windows 8 and the Windows 10 Technical Preview . Here, in this tutorial we will explain you on how to disable these animations easily on your Windows.  How To Disable Animations on Windows At first, go to system by following Control Panel --> All Control Panel Items --> System. You could also choose the alternate form as shown in the screenshot below.