May 18, 2012
Reviewaholic

Whatever the occasion, it can be an arduous prospect finding the perfect gift for your other half. Finding a heartfelt gift that delivers the correct sentiment can be an issue no matter who you’re buying for but pleasing the person you love the most is at the heart of gift buying. For many partners, searching on the high street can be frustrating and confusing, the worry that the gift you [...]
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 →