【问题标题】:Bottoms of share and other buttons cut off分享的底部和其他按钮被切断
【发布时间】:2013-07-29 05:03:04
【问题描述】:

我正在使用 Concrete5 构建一个网站,该网站使用博客插件,在 the page 输入个别帖子时,有社交媒体的分享按钮。由于某种原因,按钮的底部被切断了。我尝试使用 Firebug 和 Chrome 开发工具来查找问题的根源,但一直无法找到罪魁祸首样式。任何帮助将不胜感激!

【问题讨论】:

  • 跨度的高度是个问题。

标签: php css concrete5


【解决方案1】:

检查您的 CSS 并添加以下内容:

.stButton .stMainServices{
min-height: 30px;
}

现在应该可以正常工作了。

【讨论】:

  • 做到了。谢谢!
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2014-11-11
  • 2014-09-23
  • 2016-11-03
  • 1970-01-01
  • 2016-02-24
  • 1970-01-01
相关资源
最近更新 更多