I like Social Media Widget, which I’ve recently started using. It has support for a large number of social media sites including FourSquare and Flickr. But something somewhere in one of the CSS files causes the icons to appear vertically rather than horizontally every time I upgrade this widget.

To fix this, I just added this code to my main CSS file:

.socialmedia-buttons {margin: 5px 0 0 0;display: inline;	}.socialmedia-buttons img {border: 0 !important;margin-right: 4px;padding-right: 0;display: inline; }

That seemed to do the trick and I don’t have to modify the plugin’s CSS every time.