Hoe can i separate tweets? i want after tweet number 1 a white space and then the next tweet. because now its chaotic
and/or a small arrow before the tweet
Beste regard
JDV
The Netherlands
Hoe can i separate tweets? i want after tweet number 1 a white space and then the next tweet. because now its chaotic
and/or a small arrow before the tweet
Beste regard
JDV
The Netherlands
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://wordpress.org/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
You must log in to post.