16-12-2016, 03:36 PMWrath Wrote: So reopen the template I was talking about. Under {header} add: Code:<div class="sidebox" style="float: right; width: 19%"> {$postgoal_show} </div> Then replace {forums} with: Code:<div class="forum" style="float: left; width: 80%;">{$forums}</div> Next open up the postgoals template, found under "Global Templates" Replace the first line of code with: Code:<table border="0" cellspacing="0" cellpadding="5" class="tborder" style="width: 100%; float: right;"> And you should now have a sexy sidebox with the post goals. Message me if you have any further question
<div class="sidebox" style="float: right; width: 19%"> {$postgoal_show} </div>
<div class="forum" style="float: left; width: 80%;">{$forums}</div>
<table border="0" cellspacing="0" cellpadding="5" class="tborder" style="width: 100%; float: right;">
Loading Info...