Try that for a pure CSS solution:
.item-posts {
position: relative;
top: 3.5em;
}
.item-discussions {
position: relative;
top: -3.5em;
}
You may have to adjust the value of top to suit your layout.
Kryonoglou
If someone click to his profile, the flarum redirect him to posts, I want to change this too.
I want to redirect him to Discussions.
This can't be done with CSS alone, this would need an extension.