Reply To: Twitter widget has stopped working

#1037
livemesh
Keymaster

Optional – If you want to make the recent tweets widget (First Option above) a little prettier with twitter icon instead of regular bullets, edit the plugin CSS as shown below –

https://docs.google.com/file/d/0B9j6FQo4cSQFSG5HSFl1d3lkZEE/edit?usp=drivesdk

The updated CSS to paste into the editor is –

.tp_recent_tweets  li {
	background-image: url('assets/tweet.png') !important;
	background-repeat: no-repeat;	
	background-position: 0px 10px !important;
	padding-left: 32px !important;
	padding-bottom: 20px !important;
	float: left;
	clear: left;
	line-height: 20px;
}