Ok, did you have some url, it's only css customizations what you need and some changes on templates.
If you wish i can guidance to you to make it works and customizations works perfect too.
Here or on a new thread on plugins area, to make users know what mod do you use and how do you use it.
I try to set template changes and style for every theme i can, but some themes are equals, so i can help asap to all users i can and as fast as i know some details via pm or here.
Ok, i enter here but some icons are missing and mod is not enabled....
http://www.cosmicguardians.net/
I see from your shared image, i make a guidance for that theme i think is square or something like that is an @eNvy design, so i can get it and test it to set what changes you have to make to get stylization like images.
Ok for forumdisplay and index do this:
Go to admin cp
Styles and templates - Square Templates - Forumdisplay templates - forumbit_depth2_forum_lastpost
Reeplace all with this content:
<a href="{$lastpost_link}" title="{$full_lastpost_subject}" style="margin-left: 50px;"><strong>{$lastpost_subject}</strong></a>
<span class="smalltext">
<br />{$lang->by} {$forum['avatarep']}{$lastpost_profilelink}
<br />{$lastpost_date}
</span>
Save it...
Now open this template and searchh to the last td forumbit_depth2_forum
<td class="{$bgcolor}" valign="top" align="left" style="width: 200px;">{$lastpost}</td>
Change width to 250 px instead 200px:
<td class="{$bgcolor}" valign="top" align="left" style="width: 250px;">{$lastpost}</td>
Save it ...
Now go to styles - Square - avatarep.css - Edit on advanced mode.
Go to the end of all and reeplace avatarep_fd stylesheet with this content:
.avatarep_fd{
margin-left: -5px;
margin-top: -20px;
position: relative;
float: left;
padding: 0 5px;
}
Now refresh your cache and see it, make some changes if you wish, but now it's seing fine..