Hello,
you can see the problem http://prnt.sc/a9j7k6
It’s on the bottom bar under the article. The amount of likes is not showing properly
I think its because of the translation, but I need to fix it.
Thanks 🙂
Hello Marto,
Please try the code below and increase the margin-left attribute for your twitter sharing button.
.td-classic-sharing li {
margin-left: 10px;
}
Hope this helps!
If you need more assistance in this regard, please provide your website URL so I can inspect it closer and give you a more accurate code for this.
Thank you for the message!
Hello Marto,
Please try the code with !important tag, like the code below, but I have checked your website and the social icons seems to show as expected -> http://screencast.com/t/JjZxNeffku
.td-classic-sharing li {
margin-left: 10px!important;
}
Thank you for the message!
Hello Marto,
This depends what language the user use on facebook, you could try this custom css in Theme Panel > Custom Css – http://screencast.com/t/Mo1GC7lFWWwi and see if it helps.
.td-classic-facebook iframe {
min-width: 150px;
}
Thanks!