Bottoms of share and other buttons cut off

2019-08-06 04:09发布

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条回答
趁早两清
2楼-- · 2019-08-06 04:41

Check your CSS and add this:

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

Now it should work fine.

查看更多
登录 后发表回答