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.
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.
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.
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.
ReplyDeleteu need more explanation about it?
ReplyDeleteWhat about paragraph spacing (i.e. not every line, just when you use the P tag)?
ReplyDeletehay~ I don't have anything looks like that except color, hover and img for post-body...
ReplyDeletethen do i need to add css code above skin?