May 18, 2012
Blogaholic

The new Blogger interface can be quite a challenge to navigate, especially if you’ve come to love the old interface and have troubles letting go and upgrading to the new one. I am one of those people who can’t get over the old Blogger look, and when I was asked how to add authors or admin to a Blogger blog, I didn’t know what to say. So I thought I’d [...]
Read the full article →
May 17, 2012
Blogaholic

The default layout of the post teasers/excerpts on the Thesis theme for WordPress is two per row. Sometimes, it does not work for the look that you’re going after. This bit of code will make the teasers/excerpts align one per row, instead of two across: .custom .teaser { width: 100%; margin-top: 2em; padding-top: 2em; text-align: justify; } .custom .teasers_box { padding-top: 0; padding-bottom:0; border-top: 0; } That’s it! Pretty easy, [...]
Read the full article →