User24 Just looking at this now. It seems that the CSS is in fact set to display rather than hide, but the positioning is awful. Give me 10 minutes.
Try this
@media (max-width: 768px) {
.PostUser-level {
float: right;
position: relative;
margin-top: -24px;
width: 64px;
text-align: left;
}
}