Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
496 views
in Plugins by

Hi!

i've got this problem. I have added the plugin, and it works great, except in Hungary "Tetszik" has more character than "Like". :)

Could anyone help, how to solve this little problem?

Thanks!

Br:

Thomas

Q2A version: 1.4.3

2 Answers

0 votes
by
Can't you just move the Facebook button to the end?
0 votes
by

I do not know that plugin but as far as that on github is the actual version You just would have to add the nested class for Your button:

qa-share-button qa-share-button-'.$key.'

in Your case add to the css file:

.qa-share-button .qa-share-button-facebook {width:100px;}

or the width You need.

This should do the trick..

...