June 03, 2014

Automatic set justify alignment for post text in blogger

3:41 pm - By blogger 0

Blogging is a art of writing so whenever we start to write a blog, adjustment of spacing between words is very important for good looking and sensible writing.
As we know, we can use "justify" option from post control panel bar to do it but some time we are forget to apply this, so here is a simple method to set it automatically work for you. 






You may like to read :-

Simple just follow these simple steps:

1. Log into "blogger.com"

2. Go to "Template"

3. Then click ''Edit Html'' and tick mark on "Expand Widget Templates" box


4. Next find this section called  /* Posts or use 'Ctrl + F' to search the code 


 .post-body



5. In '/* Posts' section look for lines of code of .post-body



.post-body {
  font-size: 110%;
  line-height: 1.4;
  position: relative;
}



6. Now above "}" this just add this line text-align: justify;

Your code will look like same as below:


.post-body {
  font-size: 110%;
  line-height: 1.4;
  position: relative;
  text-align: justify;
}


Note: Don't Worry  If you could not find same above code in your blog, After find " .post-body" add below code in post-body code area.

 text-align: justify;


7. Save template and you are done

About the Author

Bally Uppal is a Fouder Of Uppal 2 Tech. He is a Web Desiner, SEO, Digital marketing Expert, Pro Blogger and Social Media enthusiastic. Follow me Uppal2Tech
View all posts by admin →

Get Updates

to our e-mail newsletter to receive updates.

Share This Post

0 comments:

back to top