Greek Like Button hides Count Box
-
I have added the official facebook share button (which is the like-button) and it appears in greek. “Like” in greek is two words and therefore like-button is wider.
The problem is that count box doesn’t appear fully. I have customised the blog by adding this line to CSS:.like_button {
width: 118px;
}118 px width should be sufficient to reveal count-box, but the problem hasn’t been solved, probably because facebook’s source is fixed to 90px.
Is there any way to modify facebook’s source in CSS or change local from el_GR (greece) to en_US (US) in order to have a new button written in english?Please visit a post in my page (not homepage) in order to have an idead of my problem.
Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi, give the following a try and see how it looks to you. It seems to work fine for me in Safari and Firefox.
.like_button iframe { min-width: 120px !important; } -
-
- The topic ‘Greek Like Button hides Count Box’ is closed to new replies.