Closed (fixed)
Project:
Service links
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2011 at 08:27 UTC
Updated:
7 Jun 2013 at 11:20 UTC
Hi there, using 6.x-2.x-dev, with the three social widgets enabled, the facebook 'share' widget appears below the twitter and 'like' links, which looks really ugly. Wonder whether you could fix this up, see screenshot for more information. Cheers,
J
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot.png | 9.8 KB | jvc26 |
Comments
Comment #1
guusbosman commentedI ran into the same; the following CSS sniplet fixes the twitter and facebook share buttons:
(vertical-align: top may look nicer on your site, depends on your theme)
Comment #2
charlysole commentedGreat! it works like a charm!
Any idea about how to do the same with the facebook like button?
Thanks!
Comment #3
charlysole commentedLong live firebug...
fixed with
li.service-links-facebook-like {
float: left !important;
}
Comment #4
r.cahilig commentedI have the same problem and the below fixed it in firefox, but I doesn't work in google chrome. I never tried it on IE yet.
Comment #5
r.cahilig commentedHi,
The below solved my problem in Google Chrome.
Comment #6
mattwmc commentedHmmm...for some reason this isn't working for me anymore for the .twitter-share-button class.
Comment #7
mntash commentedHow do you apply this fix? Which file do you put it in?
Thanks!!!
Comment #8
mattwmc commentedTry the following in the main style.css:
Comment #9
adelka commentedCan anybody how to align also google plus button? I cant find right selector :(
Comment #10
funana commentedI found out that the iframe which is used for Facebook Like has a height of 21px while all the other elements have a height of 20px. This results in "jumping" alignment.
I had to change the value in facebook_like.js:
Comment #11
TheCrow commentedfixed #10, and added more info here: http://servicelinks.altervista.org/?q=about/troubleshooting