XF 1.2 How to force this display in one line?

rdn

Well-known member
upload_2013-8-22_16-38-1.webp

My css:
Code:
/* msg info one line*/
.messageUserBlock .extraUserInfo dt {
    float:left;
    text-align:left;
}
.messageUserBlock .extraUserInfo{
text-align:right;
}
 
I generally go with lowering the font-size which I think would be th best bet here or if you want to go a step further change the phrases (which I did on post ratings) to bring it inline but I'm sure I still had to lower the font-size.
 
  • Like
Reactions: rdn
Top Bottom