Well you can put it below the forums easily by editing the plugin
Forum Goals in your Admin CP -> Plugin Manager.
Find the line:
Code:
$template_hook[forumhome_above_forums] .= $templater->render();
and change it to:
Code:
$template_hook[forumhome_below_forums] .= $templater->render();
Another option is:
Code:
$template_hook[forumhome_wgo_pos5] .= $templater->render();
But that one is inside another DIV, I don't think it looks as good.