klamort Hi
It seems that you add custom style for JomSocial in this file: /components/com_community/templates/jomsocial/assets/css/style.css
Check this code:
.jomsocial-wrapper .jomsocial {
background: #ecf0f1;
padding: 14px;
height: 100%;
min-height: 480px;
position: relative;
text-align: right !important;
}
You can remove the text-align: right !important; there. JomSocial doesn't have this style by default 🙂