Square Wheels Posted March 11, 2015 Posted March 11, 2015 I am displaying Location and for some users there isn't a colon, nor a space after the word Location, it's all bunched together.Here you can see the first user is OK, but the second user isn't.
The Jimmo Posted March 11, 2015 Posted March 11, 2015 Is this in the topic post screen where you see posts, custom fields, etc...?A lot of those custom fields have a span with a class for the title and then a different one for the data. What I did was just put a margin-left on the data class.
Square Wheels Posted March 11, 2015 Author Posted March 11, 2015 Yes, it's the topic, I posted an image, but while it's in the editor, it doesn't always post. Errr. You can see these are all different.
The Jimmo Posted March 11, 2015 Posted March 11, 2015 That's interesting, was not expecting that...Is this a custom profile field that you just added to show up or did you edit the template?
3DKiwi Posted March 11, 2015 Posted March 11, 2015 Are things the same in ver 4 as they are in ver 3? I'm not running ver 4 yet. In 3 it's just a matter of adding a space. Here's the code I use for the custom field: <span class='ft'>{title}: </span><span class='fc'>{content}</span><br /><br />
Square Wheels Posted March 12, 2015 Author Posted March 12, 2015 Are things the same in ver 4 as they are in ver 3? I'm not running ver 4 yet. In 3 it's just a matter of adding a space. Here's the code I use for the custom field:<span class='ft'>{title}: </span><span class='fc'>{content}</span><br /><br /> Thank you, it seems that the people it looked correct fo had corrected it manually by adding the colon and the space.
The Jimmo Posted March 12, 2015 Posted March 12, 2015 Thank you, it seems that the people it looked correct fo had corrected it manually by adding the colon and the space. Ah, end users make everything confusing lol
Recommended Posts
Archived
This topic is now archived and is closed to further replies.