Thursday, May 10, 2012

Set Post Align Justify Automatically

In the standard template of blogger. Post that we'll make automatic align left, to make posts align Justify we have to set it every time we make a new post. It's quite complicated because it takes time. Well to make a post on your blog automatic align justify, simply by adding a CSS trick in the HTML template of your blog.

Follow the tips.

First let me tell, themes that I use is a standard blogger themes, then Find the code below.
.post-body { line-height: 1.4; position: relative; }
and then add the following code.
text-align: justify;
so that becomes like this
.post-body {line-height: 1.4;position: relative;text-align: justify;}
*** Good Luck ***

0 comments

Post a Comment