Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #259670

    I have a facebook like button on my posts, however I would like to change the position on the page.

    (so it is inline with my images)

    Any ideas on how I move the like button

    Thanks in Advance

    #259702

    Hi Jamie A!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust if needed

    .fb_iframe_widget {
    margin-left: 45%;
    }

    Regards,
    Yigit

    #259724

    Hi thanks Yigit!

    Great support for the new theme!

    Unfortunately when i add this code it conflicts with the facebook comment box.

    I added

    .fb_iframe_widget { margin-left: 11%; }

    to ‘centre’ the facebook comment box, however when i add the new code this changes the position of the comment box.

    any ideas ?

    Jamie

    #259729

    Hey!

    Please use following code to change the position of Comment box

    div#commentform.fb-social-plugin {
    margin-left: 0;
    }

    Regards,
    Yigit

    #259736

    Brilliant, Thanks!

    #259738

    Hey!

    You are welcome, glad we could help! Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘move position of Facebook like button’ is closed to new replies.