Change Line Spacing in blogger blog

Line spacing in Blogger blog:
We can change font size and line height in Blogger blog. With the help of this post you can change the line spacing of your blog posts in Blogger.

How to Change Line Spacing in Blogger blog :


Step 1 : Go to Dashboard

Step 2 : Click on Template

Step 3 : Click on Edit HTML

Step 4 : Search for .post-body in the Template HTML code

.post-body{
font-size: 100%;
line-height: 1.6;
position: left;
}

Adjust the line-height attribute value in the above code to increase or decrease the line spacing in your Blogger blog posts.

Step 5: Click on Save Template.

4 comments:

  1. Is this supposed to be helpful? Are we to change the ".post-body" to the list you have? Realize not everyone reading this is a techy.

    ReplyDelete
  2. u need more explanation about it?

    ReplyDelete
  3. What about paragraph spacing (i.e. not every line, just when you use the P tag)?

    ReplyDelete
  4. hay~ I don't have anything looks like that except color, hover and img for post-body...
    then do i need to add css code above skin?

    ReplyDelete