Like button alignment

Posted in: Newspaper
Post count: 134

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 🙂

  • This topic was modified 10 years by Marto.
  • This topic was modified 10 years by Marto.
  • This topic was modified 10 years by Marto.
Post count: 23312

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!

Post count: 134

It didn’t worked.
My website is http://www.specto.bg

Post count: 23312

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!

Post count: 134

Still not working.
As shown in the image in my first post, the problem comes from the translation text length. If it says “Like” its shown properly, but when people from my country enter the site the button is translated and the length is increased.

Post count: 23312

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!

Post count: 134

Works! Thanks! 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.