Notifications
Clear all

wpForo 1.x.x Facebook login displaced

5 Posts
2 Users
2 Likes
366 Views
Posts: 17
Topic starter
(@mithun)
Eminent Member
Joined: 2 years ago

Hello,

My forum in login or registration page facebook login button is not placed in mobile view. Please see the attachment. 

Forum Page URL
4 Replies
Posts: 3653
Admin
(@chris)
Support Team
Joined: 2 years ago

@mithun,

Insert the below CSS code in Custom CSS Code Field from Dashboard > Forums > Settings > Styles Tab:

#wpforo #wpforo-wrap .wpforo-fb-login-wrap span {
    display: block;
    margin: 0 auto;
}
Reply
Posts: 17
Topic starter
(@mithun)
Eminent Member
Joined: 2 years ago

Yes it's working! Thank you.

One more more thing, is it possible to show facebook login button upper side of the form?

Reply
2 Replies
Admin
(@chris)
Joined: 2 years ago

Support Team
Posts: 3653

@mithun,

That is possible to do with CSS, but it is not a small CSS code, so can you try to reach that buy yourself.

You need to use Display: flex CSS

Reply
(@mithun)
Joined: 2 years ago

Eminent Member
Posts: 17
Posted by: @chris

@mithun,

That is possible to do with CSS, but it is not a small CSS code, so can you try to reach that buy yourself.

You need to use Display: flex CSS

Ok

Reply