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

illusionest’s picture

any help would be great...!

Thanks

illusionest’s picture

ok 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;
}

ferdi’s picture

Status: Active » Closed (fixed)
heine’s picture

Issue summary: View changes

edited post