Try wrapping the buttons in containers and span* classes. I very quickly tried that in a fiddle, and it seemed to correct the problem (still a few styling issues remaining, but can be fixed with some text-alignment imho):
http://jsfiddle.net/UTrZS/ On Monday, April 16, 2012 6:13:34 AM UTC-7, Jan wrote: > > here is the updated link which shows what I mean > > http://jsfiddle.net/DktEr/3/ > > > > On Friday, 13 April 2012 11:48:48 UTC+2, Jan wrote: >> >> Hi, >> I'd need to put a "Follow on Twitter" button as described >> here<https://twitter.com/about/resources/buttons#follow>to my >> website <https://revaler.net/playerstats.php>. The problem is that the >> class "twitter-follow-button" makes the Twitter button higher that other >> bootstrap buttons: >> >> http://jsfiddle.net/DktEr/2/ >> >> How can I make the Twitter button aligned with the other buttons ? >> >> cheers >> >
