Notifications
Clear all

Limited Support

Dear Clients and Partners, we wish you a Merry Christmas and a Happy New Year! May this season bring you joy, peace, and good times with your loved ones.
Our support will be limited during the holidays, and we will return to full service on January 7.
Thank you for your understanding.
We appreciate your support this year and look forward to working with you in the new year.
Happy Holidays!

 

wpForo 1.x.x [Solved] widgets down the right hand side ?

4 Posts
3 Users
0 Reactions
658 Views
Posts: 92
Topic starter
(@lvlasked)
Estimable Member
Joined: 5 years ago

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 ?

3 Replies
Alvina
Posts: 1862
Moderator
(@alvina)
Member
Joined: 5 years ago

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.

Posts: 92
Topic starter
(@lvlasked)
Estimable Member
Joined: 5 years ago

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

1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4911

@lvlasked,

Please try on incognito mode if you're checking on mobile devices. Because mobile browsers have a hard cache, you'll not be able to see the change immediately.