mcarels 0 Report post Posted February 11, 2011 Every time I add a space between the H1 heading in my blog post and the paragraph, it never shows the space. I'd like there to be a little space between the heading and the paragraph, how do I add this? Here's the example: http://screencast.com/t/He7lDT8Ys2F Thanks Share this post Link to post Share on other sites
kastelic 6 Report post Posted February 11, 2011 Wordpress by default removes extra line breaks and blank paragraphs as part of its formatting. There are plugins to disable this if you want to hand code everything. Or you can add this to you custom CSS to play with the space that comes below any title tag: body h1.entry-title{margin-bottom:20px;} Share this post Link to post Share on other sites