I'm using Twitter's tweet button, Facebook's like button and Google's +1 button. I've tried styling them with my own external CSS file as well as inline CSS. But, it seems that no matter what adjustments I make to the CSS, it ultimately gets overruled by either FB's, twitter's or Google's CSS from their API. I need to make the buttons found here line up neatly. I tried setting the floats of each button to left. But, that didn't work.
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.
|
|
|
You can use !important to make sure your style rules get applied. For example,
If the facebook, twitter, whatever framework sets the button's padding to 8px, this would reset it to 4px. Working example: http://jsfiddle.net/yLEwS/. Try removing |
|||||||||||
|
