yeah i fix this
i put this on css
.centerall{
display: inline-block;
}
and call in here
{{foreach $author->contentProfileFields() as $group => $fields}}
{{foreach $fields as $field => $value}}
<li class='ipsResponsive_hidePhone ipsType_break centerall'>
{$value|raw}
</li>
{{endforeach}}
{{endforeach}}
then all fix