Hello Robert,
you must create a new module-position for it. See the image I attached.
Please make a backup before you make it.
Please go in the backend under Extension >> Template Manager >> BlackBear >> Edit HTML
There you search this lines:
<?php if ($this->countModules( 'right' )) : ?>
<div id="right">
<jdoc:include type="modules" name="right" style="xhtml" />
</div>
<?php endif; ?>
Add behind this:
<div id="user1">
<jdoc:include type="modules" name="user1" style="xhtml" />
</div>
Then save the file and Edit the CSS-File.
Insert there:
#user1 {
float: right;
}
Set the module to the "user1" position and it must run. :-)
Regards,
GermanBear