Feb 07, 2020 9:23 pm
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
Feb 08, 2020 8:32 am
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.
Feb 08, 2020 10:17 am
That worked, Thanks Sofy 🙂Â