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.

 

wpForo 1.x.x [Solved] Notifications ranking

3 Posts
2 Users
0 Reactions
888 Views
Posts: 26
Topic starter
(@zipkinci)
Eminent Member
Joined: 6 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: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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: 6 years ago

İt worked! Thanks for your help.