Notifications
Clear all

wpForo 1.x.x [Solved] Notifications ranking

3 Posts
2 Users
0 Likes
645 Views
Posts: 26
Topic starter
(@zipkinci)
Eminent Member
Joined: 4 years ago

hi. is there a way to change the notifications' ranking?
I mean, I want the newest notification will be top.

Web site : https://www.spearfishingturkey.com

2 Replies
Sofy
Posts: 4229
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @zipkinci,

Please use this CSS code: 

.wpf-notification-content ul {
display: flex;
flex-direction: column-reverse;
}

The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Style Tab.  

Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file. 

Posts: 26
Topic starter
(@zipkinci)
Eminent Member
Joined: 4 years ago

İt worked! Thanks for your help.