Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a facebook like button next to stumbleupon and google plus buttons, but the facebook button is beign stubborn and sinks below the other buttons a few pixels extra. Anyone know of a fix for this? (It's the html5 fb button) However, I have tried CSS and even editing the code in the button itself with no luck.

share|improve this question
Consider provide some example may be image and improve your accept rate – caligula Aug 19 '12 at 9:36

1 Answer

up vote 2 down vote accepted

try

.fb_iframe_widget {
     vertical-align: top;
}
share|improve this answer
Yes! Thanks a ton! You are a god :) – micker Aug 19 '12 at 9:50

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.