Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

2 Posts
2 Users
0 Reactions
575 Views
Posts: 11
Topic starter
(@legit-casino)
Eminent Member
Joined: 1 year 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: 5486
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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.