Notifications
Clear all

wpForo 1.x.x [Solved] Newest Notifications showed first

3 Posts
2 Users
0 Reactions
818 Views
Posts: 1187
Topic starter
(@percysgrowroom)
Noble Member
Joined: 5 years ago

Inthe notifications widget, the notification show oldest a the top, and the newest at the bottom. Can that be changed so the newest notification are shown at the top and the oldest lower down? 

2 Replies
Sofy
Posts: 4709
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi @percysgrowroom,

Please try the follopwing CSS code: 

#wpf-widget-profile .wpf-notification-content > ul {
display: flex;
flex-direction: column-reverse;
}

The CSS code should be added in Top Black Admin Bar > Customize > Additional CSS textarea.

Please delete all caches and press Ctrl+F5 (twice) on that page.

Posts: 1187
Topic starter
(@percysgrowroom)
Noble Member
Joined: 5 years ago

That worked, Thanks Sofy 🙂Â