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.
May 11, 2020 11:49 pm
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
May 12, 2020 9:52 am
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.
May 12, 2020 3:27 pm
İt worked! Thanks for your help.