LinkedIn共享按钮未与其计数区域对齐

问题描述 投票:2回答:2

有人知道为什么LinkedIn共享按钮未与其自己的计数框对齐吗?

我不是要使其与其他共享按钮(如Facebook或Twitter)对齐。

LinkedIn共享按钮未与其自己的计数器框对齐。

这里:http://www.bbi.net.br/galeria/gal1.html

谢谢

linkedin
2个回答
2
投票

我遇到了同样的问题,深入研究萤火虫后发现我的锚上有样式,这是导致问题的原因。要修复它,请添加:

.IN-widget a { 
    font-size: 100%;
    color: inherit;
    line-height: 1;
}

1
投票

请检查您用于Jquery的版本。由于LinkedIn Button也使用jQuery库,因此您自己的库可能会引起冲突。尝试使您的jQuery保持最新状态。

也许有帮助:https://stackoverflow.com/questions/15388054/linkedin-button-goes-to-the-end-bottom-of-the-page

祝你好运

© www.soinside.com 2019 - 2024. All rights reserved.