"Members" is not a module but a default page of Dolphin, if you are talking about the browse page.
If you want to change the design of that page, you should check in the php file which is the HTML page it is referred to.Then you can change the HTML , add new css and so..If there is no page you must create one and change it in the code.
You should find something like:
$s_page['name_index'] = 7;
This means the HTML page is page_7.html
I have not checked if there is one, if not just create it and change it's contents, but you should know something about HTML and css to make a good work.
Let me know if it helps
JOOsocial