Bottoms of share and other buttons cut off

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-11 04:56:17

问题


I am building a site in Concrete5 that uses an addon for the blog, and on the page type for individual posts there are share buttons for social media. For some reason the bottoms of the buttons are being cut off. I've tried using Firebug and Chrome dev tools to find the source of the problem, but have been unable to find the culprit style. Any help would be greatly appreciated!!


回答1:


Check your CSS and add this:

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

Now it should work fine.



来源:https://stackoverflow.com/questions/17912700/bottoms-of-share-and-other-buttons-cut-off

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!