Same issue here. I´ve integrated the feed in a static page but it´s displaying everything in one big block. How can I put a space between the Tweets? Great widget so far.
Or maybe I shall rephrase this: Is there a control tag like before_widget, after_widget, before_title, … to insert a linebreak/gap between the single posts or, if not: Where does CSS go?
grtx
You can style the tweets by adding styles to your theme’s style.css file. There are some sample styles in the FAQs: http://ww.wp.xz.cn/extend/plugins/twitter-widget-pro/faq/
To add more padding below each tweet looks for this rule an increase the number:
.widget_twitter ul li {
margin-bottom:5px;
}
Dear Aaron, thank you for your reply!
Is there a way to separate the tweets if the widget(function) is used as an insert in a static page via [twitter-widget username=”my_tweet”] without touching the theme CSS? Cause this is somehow special and I am still a css-noob 😉
best, Sargon