Don’t fret! I’m assured all my old posts will import just fine and everything will be up-and-running in another cup of coffee… Keep your fingers crossed and hope that the flakey internet connection at the hotel here in DC holds on!
No related posts.
web 2.0, design & community
Don’t fret! I’m assured all my old posts will import just fine and everything will be up-and-running in another cup of coffee… Keep your fingers crossed and hope that the flakey internet connection at the hotel here in DC holds on!
No related posts.
About Jeff Hester
I am (in no particular order) a KM guru, social media expert, mountain biker, backpacker, father, grandfather, author, speaker, dog walker, web developer and a damn good listener.
I am (in no particular order) a KM guru, social media expert, mountain biker, backpacker, father, grandfather, author, speaker, dog walker, web developer and a damn good listener. [Read More…]

David McCandless is a journalist who has developed a passion for making sense … [Read More...]

Great talk from hotelier Chip Conley at TED on building a business model based … [Read More...]

Last July, I spoke at the inaugural Ignite/LA on the use of virtual communities … [Read More...]
Copyright © 2010 · Sleek Theme on Genesis Theme Framework · WordPress · Log in
Hi, this is a comment.
To delete a comment, just log in, and view the posts’ comments, there you will have the option to edit or delete them.
Hi Jeff,
I like the blog. Good work! I just upgraded my blog using the K2 theme to v2.1, and I’m not pleased with how the font size changed once I did.
Now, I am not a programmer, although I am able to get quite a lot done by wearing down problems with trial and error. Simply put, I’d really it to look more like yours…which was just how I had it before I upgraded.
Have a look, my blog is at http://blog.rsmedia.us.
Can you help me out, by maybe supplying me with your custom style changes? I would certainly give you credit for such changes, and it’s a problem that’s really bugging me. I’m looking to make my font size smaller, the line-height smaller, the post captions and icon placement order (that got changed too with the update to 2.1, I liked it better when the comments icon was on the left and the time icon was to the right, like you have it).
Hopefully you’d be willing to help me out, I’d really appreciate it. Peace.
Ryan
Ryan, try editing the body tag of your style.css to something like this:
body {
font: 62.5% ‘Lucida Grande’, Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
color: #444;
background: #EDEDED;
text-align: center;
margin: 0 0 30px;
}