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
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
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
Hey!
Please use following code to change the position of Comment box
div#commentform.fb-social-plugin {
margin-left: 0;
}
Regards,
Yigit
Brilliant, Thanks!