Notifications
Clear all

wpForo 1.x.x [Closed] Facebook login displaced

5 Posts
2 Users
2 Reactions
601 Views
Posts: 17
Topic starter
(@mithun)
Eminent Member
Joined: 3 years ago

Hello,

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

4 Replies
Chris
Posts: 3627
(@chris)
Famed Member
Joined: 3 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;
}
Posts: 17
Topic starter
(@mithun)
Eminent Member
Joined: 3 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?

2 Replies
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3627

@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

(@mithun)
Joined: 3 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