Открыть шаблон postbit.css вашего стиля, и найти:

PHP код:
.postbitlegacy .userinfo .postuseravatar, .eventbit .userinfo .eventuseravatar {
    
display:block;
    
margin:{vb:math {vb:stylevar padding}/3auto 0;
    
text-align:{vb:stylevar left};
    
widthauto;
    
float: {vb:stylevar left};
    
clearboth;


Заменить этим:

PHP код:
.postbitlegacy .userinfo .postuseravatar, .eventbit .userinfo .eventuseravatar {
    
display:block;
    
margin:{vb:math {vb:stylevar padding}/3auto 0;
    
text-align:{vb:stylevar left};
    
widthauto;
    
text-align:center;
    
clearboth;