Change Line Spacing in blogger blog
Line spacing in blogger blog:
We can change font size and line height in blogger blog
step 1 : Go to Dashbord
step 2 : click on template
step 3 : click on Edit HTML
Search for .post-body in that template html code
.post-body{
font-size: 100%;
line-height: 1.6;
position:left;
}
We can change font size and line height in blogger blog
How to Change Line Spacing in blogger blog :
step 1 : Go to Dashbord
step 2 : click on template
step 3 : click on Edit HTML
Search for .post-body in that template html code
.post-body{
font-size: 100%;
line-height: 1.6;
position:left;
}
Is there any difference between Different Templates Codes?
ReplyDeleteyes there are difference in the codes .
ReplyDeletewhich template you are using now.