How to Add Single and Double Line Spacing in WordPress
When learning the WordPress visual editor it can at times be challenging for new end users to format their paragraphs. Generally all that would need to have to be done is edit the paragraph formatting but the visual editor does not have that button. In this video, we will show you how to add single and double line spacing to your posts.
If you liked this video, then please Like and think about subscribing to our channel for a lot more WordPress video clips.
Text version of this tutorial:
http://www.wpbeginner.com/beginners-manual/how-to-include-single-double-line-spacing-in-wordpress/
Stick to us on Twitter:
Tweets by wpbeginner
Checkout our web site for a lot more WordPress Tutorials
http://www.wpbeginner.com/
Summary of this Tutorial:
Without having a formatting button, how WordPress handles paragraphs can be a bit confusing for new consumers.
When you press Enter to add a line break WordPress considers it the finish of a paragraph and adds a double line room should your theme allow.
To only have a single line area press SHIFT+ENTER and that will tell WordPress you want to commence a new line and not a new paragraph.
To edit your line spacing you will want to edit your CSS file and discover the “.post p” tag or develop one particular ought to you not have a single.
Alter the “line-height” value if you want to adjust the single line spacing or add “padding-bottom: 15px” to change the double line spacing.