Arnold Yep
.Post-Rank {
color: gray;
font-size: 10px;
margin-left: 10px;
display: inline;
}
.PostUser-badges {
position: relative;
width: 0px;
margin-left: 10px;
display: inline;
}
time {
padding-left: 15px;
display: inline;
}
Note, that you don't need the .Post-Rank
if you are not using ranks extension
And to make the mobile view look nice
@media (max-width: 768px) {
.PostUser-badges {
position: relative;
top: 0px;
left: 0px;
width: 32px;
}
}