Edit Wordpress Text Align
Wednesday, April 23rd, 2008By default, and when you use the wordpress default theme, the text of all posts is justified automatically and that makes random spaces through the post, to change the text align of wordpress blog, just do the following.
1. Go to your blog control panel.
2. Choose “Presentation” then “Theme Editor”.
3. At the left, choose “Stylesheet”.
4. Find this code:
.post {
margin: 0 0 40px;
text-align: justify;
}
ans edit “justify” to be “left“.
5. Update file and check changes.