Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

2 Posts
2 Users
0 Reactions
2,397 Views
Posts: 1
Topic starter
(@ericcool)
New Member
Joined: 6 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: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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.  Â