L LurkerLou Active member May 8, 2014 #1 I'm trying to make the font of custom user fields that appear under a user's avatar smaller as some users names are a bit too long and run two lines. I believe the default is "1" already and I tried CSS inside the value display and has no effect.
I'm trying to make the font of custom user fields that appear under a user's avatar smaller as some users names are a bit too long and run two lines. I believe the default is "1" already and I tried CSS inside the value display and has no effect.
P Paul B XenForo moderator Staff member May 8, 2014 #2 Try using this in EXTRA.css: Code: .messageUserBlock .extraUserInfo dl.pairsJustified dd { font-size: 10px; } Upvote 0 Downvote
Try using this in EXTRA.css: Code: .messageUserBlock .extraUserInfo dl.pairsJustified dd { font-size: 10px; }
Amaury Well-known member May 8, 2014 #3 Brogan said: Try using this in EXTRA.css: Code: .messageUserBlock .extraUserInfo dl.pairsJustified dd { font-size: 10px; } Click to expand... Style Properties > Message Layout > Extra User Info would also work. Upvote 0 Downvote
Brogan said: Try using this in EXTRA.css: Code: .messageUserBlock .extraUserInfo dl.pairsJustified dd { font-size: 10px; } Click to expand... Style Properties > Message Layout > Extra User Info would also work.
L LurkerLou Active member May 8, 2014 #4 Brogan said: Try using this in EXTRA.css: Code: .messageUserBlock .extraUserInfo dl.pairsJustified dd { font-size: 10px; } Click to expand... Amaury said: Style Properties > Message Layout > Extra User Info would also work. Click to expand... Brogan's method worked but Chrome's poor font usage doesn't allow the effect to take effect for some reason. The font size changes in Firefox. Upvote 0 Downvote
Brogan said: Try using this in EXTRA.css: Code: .messageUserBlock .extraUserInfo dl.pairsJustified dd { font-size: 10px; } Click to expand... Amaury said: Style Properties > Message Layout > Extra User Info would also work. Click to expand... Brogan's method worked but Chrome's poor font usage doesn't allow the effect to take effect for some reason. The font size changes in Firefox.