When I originally created the Journal theme, I decided to add an indent to paragraphs within the body of each post. A few people have asked me how to undo this and I've actually started to think that I like it better without it. I've mentioned it in comments, but here's how to get rid of the indent.
Just add the following to Custom CSS:
.entry-content p {
text-indent: 0;
}
If you have questions, don't hesitate to comment on this post.

