Tuesday, May 5, 2015

Blogger: How to Change Blogpost Line Height

I was googling for this yesterday, and despite of finding some blogs and help tutorials, they aren't very update with the current Blogger customization steps.

Most advices is to:
  1. Go to Dashboard > Design > Edit HTML.
  2. Find some line with post-body then line-height. It suppose to look something like this:
  3. .post-body {
      line-height: 2;
    }
  4. Change the number to whatever line height you desire.
  5. Save the template.
  6. Check with your post/refresh your blog to see if it goes right.
BUT none of the tutorials I read mentioned about how to find that specified "post-body" line