Hi guys, stumbled upon an issue where im not that experienced, i'm trying to achieve this:
from this:
Im not that savvy in coding, but willing to give a fight,
in postContainer, i found this line:
<li class='ipsType_light'>{lang="member_post_count" pluralize="$comment->author()->member_posts"}</li>
How could i force it to look more ... "Formated", example:
Posts: <NUMBER>
instead of having all text running in middle, i assume it has something to do with <ul> ?