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.
Jun 26, 2024 5:30 pm
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
Jun 27, 2024 1:58 pm
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.