Notifications
Clear all

wpForo 1.x.x [Solved] Center Facebook Login

2 Posts
2 Users
0 Reactions
1,123 Views
Posts: 4
Topic starter
(@connor1200)
Active Member
Joined: 6 years ago

Hello,

Just wondering how to center the FaceBook login box on my login screen. Here is a link to the page and a picture in the post is provided. (Hoping to also have it center on the register page as well)

https://www.ballingaming.com/community/?wpforo=signin

Thank you,

Connor K

1 Reply
Sofy
Posts: 4772
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi Connor K,

Please try this small CSS code. Put it in Dashboard > Forums > Settings > Styles > Custom CSS Code Textarea. Save it delete all caches, do Ctrl+F5 on forum front-end.

#wpforo #wpforo-wrap .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
width: 195px !important;
}