customizing TwentyEleven comments template

to remove it from the left. Delete the line containing wp_list_comments from comments.php

to display user name add comment_author();, for email use comment_author_email(); & for url use if(get_comment_author_url()) comment_author_url();. comment_text() is already there.

These all go in the markup inside the function in functions.php