Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 Concrete5 中构建一个网站,该网站使用博客插件,在单个帖子的页面类型上,有社交媒体的共享按钮。由于某种原因,按钮的底部被切断了。我尝试使用 Firebug 和 Chrome 开发工具来查找问题的根源,但一直无法找到罪魁祸首样式。任何帮助将不胜感激!!
检查您的 CSS 并添加以下内容:
.stButton .stMainServices{ min-height: 30px; }
现在它应该可以正常工作了。