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 [Solved] Center Facebook Login

2 Posts
2 Users
0 Reactions
1,312 Views
Posts: 4
Topic starter
(@connor1200)
Active Member
Joined: 7 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: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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;
}