hello!
Question: How would I position the Like and Share buttons on the same line (display them inline, together)? Right now they are on top of one another, and im unsure as to how i can edit the button codes to fit this.
You can see the buttons here: x
Ultimately, i would like to position them on the same line as "add comment", "read more", etc.
Which codes should i manipulate to make this work?
Thank you very much in advance!
Comments
Comment #1
illusionest commentedany help would be great...!
Thanks
Comment #2
illusionest commentedok here is my temporary fix... since nobody is replying back to me...
http://drupal.org/node/832758
i used that, then in my CSS i added:
.fb_social_like {
position: absolute;
}
Comment #3
ferdi commentedComment #3.0
heine commentededited post