I\'ve recently added a facebook like button to my site and it\'s causing a horizontal scrollbar to appear when it\'s not needed. It doesn\'t appear in Chrome but is there in
None of the answers here worked for me so I tried it myself. I found a solution:
Put following CSS in your site head:
#fb-like-wrapper iframe { width:100px!important }
Put following HTML where you want to show your like button:
There you go :) 0 讨论(0) 查看其它7个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
There you go :)