Notifications
Clear all

wpForo 1.x.x [Closed] How to align facebook login button to center ?

2 Posts
2 Users
0 Likes
1,927 Views
Posts: 1
Topic starter
(@ericcool)
New Member
Joined: 5 years ago

HI,

I've implemented facebook login button for my login and registration page.

However , I don't know how to style the button to the center and how to style the facebook button same as Sign in button style.

This is my website:

https://phiforum.com/community/?wpforo=signin

Topic Tags
1 Reply
Sofy
Posts: 4310
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @ericcool,

This a small CSS conflict with active theme or other plugins. To solve the issue, please navigate to Dashboard > Forums > Settings > Styles admin page, put the following CSS code in the "Custom CSS Code" textarea, save it, delete all caches and check again. 

.fb-login-button.fb_iframe_widget > span {
width: 194px !important;
}

Please don't forget to press Ctrl+F5 before checking to reload the updated CSS file.