A classic minimalist theme for WordPress
Blog.txt was named a top-ten best in WordPress for Dummies, seen here with default settings. Its rich typographic highlights bring content alive and its heavy use of white space as a design element make content immediately accessible. A now-classic theme for WordPress.


2 Comments
I love this theme. I’ve been using it for almost a year, changing colors and text and layout. I haven’t found anything better for what I want to do on my site. Now I have just one little problem and can’t figure it out: How can I change the text alignment in the left sidebar? I want it aligned left, not right. I’ve checked the css sheet and the sidebar templates, but have no clues. Can you point me in the right direction? Thanks again for a fabulous theme
Just looking at the plaintxt theme, and I see in the index file there is a little bit of styling there (not in the stylesheet), look for this line.
body div.sidebar{text-align:right;}
just change this to left instead of right
let me know how you go.