Ah I see. It is actually done this way by design
It's pretty easy to tweak this with some css codes. I have helped you to tweak this by adding the codes below into the custom.css file,
[gist]
.echo.com_easysocial #es .es-stream-content,
.echo.com_easysocial #es .es-action-feedback,
.echo.com_easysocial #es .es-likes-wrap,
.echo.com_easysocial #es .es-comments-wrap,
.echo.com_easysocial #es .es-stream-repost,
.echo.com_easysocial #es .es-stream-editor,
.echo.com_easysocial #es .es-stream .es-actions,
.echo.com_easysocial #es .es-stream-preview > div {
margin-left: 0;
}
[/gist]