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] Newest Notifications showed first

3 Posts
2 Users
0 Reactions
1,067 Views
Posts: 1215
Topic starter
(@percysgrowroom)
Noble Member
Joined: 6 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: 5486
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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: 1215
Topic starter
(@percysgrowroom)
Noble Member
Joined: 6 years ago

That worked, Thanks Sofy 🙂Â