Topic-icon JFBC with EasySocial - Login Buttons for Social Networks

Active Subscriptions:

None
Hi.
On my website (guys4guys.social), the social network buttons are always aligning to the left, when in fact I want them to align to the middle.
How can I fix this?
You can see what I mean by just navigating to the site above and you will see what I mean.
Thanks
Dave
The topic has been locked.
Support Specialist
9 years 4 months ago #50283 by mel
Dave,

You should be able to fix this with adding some styling:
body div#fd .jfbconnect-wrapper .social-login.pull-left{
float:none !important;
display:inline-block;
}

I think this is what you're looking for, so try this and let me know if you're still having trouble.

-Melissa
The topic has been locked.