Feb 05, 2019 2:49 am
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
Feb 05, 2019 8:23 am
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;
}