R rdn Well-known member Aug 22, 2013 #1 My css: Code: /* msg info one line*/ .messageUserBlock .extraUserInfo dt { float:left; text-align:left; } .messageUserBlock .extraUserInfo{ text-align:right; }
My css: Code: /* msg info one line*/ .messageUserBlock .extraUserInfo dt { float:left; text-align:left; } .messageUserBlock .extraUserInfo{ text-align:right; }
P Paul B XenForo moderator Staff member Aug 22, 2013 #2 The content appears too wide to be displayed on one line/row. Upvote 0 Downvote
R rdn Well-known member Aug 22, 2013 #3 What's the best practice for this? Revert to XenForo default implementation? Thanks @Brogan Upvote 0 Downvote
P Paul B XenForo moderator Staff member Aug 22, 2013 #4 1.2 has it inline. You could reduce the font size/margin or change it back to how it was in 1.1.5 http://xenforo.com/community/resources/message-user-block-info-and-stats-not-in-line.2001/ Upvote 0 Downvote
1.2 has it inline. You could reduce the font size/margin or change it back to how it was in 1.1.5 http://xenforo.com/community/resources/message-user-block-info-and-stats-not-in-line.2001/
Shelley Well-known member Aug 22, 2013 #5 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. Upvote 0 Downvote
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.
R rdn Well-known member Aug 22, 2013 #6 Thanks! What I did is add !important css attributes on EXTRA.css and Directly hard coded the phrases via Template Modifications Solved Upvote 0 Downvote
Thanks! What I did is add !important css attributes on EXTRA.css and Directly hard coded the phrases via Template Modifications Solved