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. Then test it on other mobile devices. Because mobile browsers have a hard cache, you'll not be able see the change immediately.
.fb_iframe_widget iframe {
position: relative!important;
}
Also please don't use Private Session of mobile browsers. Facebook doesn't allow use Login Button on private sessions, it doesn't allow use Cookies so make sure you use regular (default) mode of mobile browser.
I had the same issue and it worked for me!
What is the code to center the facebook button? It is on the left side on all my devices and computer browser.
thanks,
connor
Hello Robert,
Here is the Login below:
https://www.ballingaming.com/community/?wpforo=signin
Just trying to get the blue Facebook Button centered.
Thank you,
Connor
To solve this problem, all you have to do is add the code below to the Additional CSS field in the Customize section of your Theme;
.fb_iframe_widget_fluid { display: inline-block !important; margin-top: 10px !important; }
(I'm sorry for my bad english 🙂