XF 2.0 How to Reduce the Space After the Colon in a Custom Thread Field

imno007

Well-known member
I feel like this must be something really simple to do, but I'm too stupid to figure it out. Basically, when I create a custom thread field, I want it to display like this:

custom field here: more text here

instead of how it displays by default, which is like this:

custom field here: more text here

EDIT: Umm, just imagine a bunch of spaces after the colon in that second example, since the spaces are auto truncated after posting.
 
how did you do it? Can you send a picture of the code part?
That's all I did, was replace that bit. The code line looks like this now:

arg-valueClass="pairs pairs--inline pairs--customField">


All it does is move the text in the custom field closer to the colon. I only use one custom field, though, so I can't tell you how it might effect the look of multiple fields wherever you have them displayed.
 
Top Bottom