Notifications
Clear all

How to move up "Join us" and LOGIN and REGISTER buttons on mobile

2 Posts
2 Users
0 Reactions
73 Views
Posts: 6
Topic starter
(@legit-casino)
Active Member
Joined: 3 weeks ago

Hi there,

The buttons LOGIN and REGISTER appear after everything on mobile. Is there a way I can move them after the WpForo title on mobile screens?

Thank you

1 Reply
Sofy
Posts: 4518
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi,

I suggest the following solution: 

@media screen and (max-width: 620px){
           #wpforo #wpforo-wrap .wpforo-main {display:flex; flex-direction:column-reverse;}
           aside#wpforo_forums-2, aside#wpforo_recent_topics-2, aside#wpforo_recent_posts-2 {display:none;}
}

Please note that this code removes the rest of the widgets on mobile devices; otherwise, the entire sidebar will be above the forum section.

 

Reply