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.
hello, the my profile and recent topics and recent posts in mobile view are at the bottom of the page after the forum is there a away to make them show at the top of the page in tablet and mobile view ?
Hi @lvlasked,
Please try the following CSS code:
@media screen and (max-width: 480px) {
.wpforo-main {
display: flex;
flex-direction: column-reverse;
}
}
The code should be added in the Dashboard > Forums > Settings > Styles admin page, "Custom CSS Code" textarea.
In any case please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.
hello i have done all the about but recent post and recent topics still havnt moved to the top of the page in mobile view