The Position of privacy icon of blog is disordered.
I can't seem to modify the file using ftp, can you replace the codes in the file /media/com_easysocial/apps/user/blog/blog.php and at line 317, locate the codes below:
[gist]
$item->privacy = $privacy->form($uid, $element, $item->actor->id, 'easyblog.blog.view');
[/gist]
Replace it with,
[gist]
$item->privacy = $privacy->form($uid, $element, $item->actor->id, 'easyblog.blog.view', false, $item->uid, array(), array('iconOnly' => true));
[/gist]