XF 1.5 need help fixing a conflict with media gallery

I think this is down to a customisation in your style, or an add-on named "Big and Tall Avatars".

If it's the latter, then I think the solution is as follows:

Code:
.xengallery_media_view #CommentForm,
.xengallery_album_view #CommentForm
{
    margin-left: 186px;
}

Added to EXTRA.css
 
Top Bottom