Go to Layout of your blog, the go to Edit HTML, then go to the template and search for .post-body. You will see some attributes in the flower brackets as shown below,
.post-body {
margin:0 0 .75em;
line-height:1.6em;
text-align: justify;
font: $bodyfont;
font-size: normal;
}
The text-align property should not be there in the default template. Add it. Thats it.
0 comments:
Post a Comment