Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

Facebook like - css problem

0 votes

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
asked Dec 29, 2011 in Plugins by anonymous

2 Answers

0 votes
Can't you just move the Facebook button to the end?
answered Dec 29, 2011 by edward
0 votes

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..

answered Dec 29, 2011 by monk333