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!
Poking around the intersection of KM and Social Media
Mr WordPress says
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.
ryan says
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
Jeff Hester says
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;
}