Yesterday I posted a small update to ThinkTwit to fix some internal code issues, update the readme and update a screenshot to correctly represent recent changes. As usual, feel free to provide feedback and I’ll do what I can to improve it!
This entry was posted
on Thursday, March 4th, 2010 at 6:22 pm and is filed under News, Wordpress.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
I was using thinktwit and it was fine but since the update it pushes it off to the right in a strange way. I pulled out all my css for it and it still pushes it off to the right…any ideas.
In your theme’s style.css file at the bottom change ul.thinkTwitTweets to ol.thinkTwitTweets, wherever it appears. Additionally, add padding:0; to ol.thinkTwitTweets {}.
I think you’ll find that resolves your problem entirely. Let me know if you have any further questions!
I was using thinktwit and it was fine but since the update it pushes it off to the right in a strange way. I pulled out all my css for it and it still pushes it off to the right…any ideas.
I am working on my site now you can see thinktwit by going to http://www.keshanow.net/wp
Hi John,
In your theme’s style.css file at the bottom change ul.thinkTwitTweets to ol.thinkTwitTweets, wherever it appears. Additionally, add padding:0; to ol.thinkTwitTweets {}.
I think you’ll find that resolves your problem entirely. Let me know if you have any further questions!
Thanks!
Worked like charm!
Not a problem, glad I could help!