here is a user info section I used on a site that had a very narrow content section like yours… see if it works for you or you can tweak it… if needed, we do offer a custom theme service for detailed tweaks…
sp_SectionStart(‘tagClass=spPlainSection’, ‘userInfo’);
sp_UserAvatar(‘tagClass=spImg spLeft’);
sp_SectionStart(‘tagClass=spPlainSection’);
sp_LoggedInOutLabel(‘tagClass=spLabelSmall spLeft’, __sp(‘Logged in as<br /><b>%USERNAME%</b>’), __sp(‘Please consider registering<br /><b>guest</b>’), __sp(‘Welcome back <b>%USERNAME%</b><br />Please log in to post’));
echo ‘<br />’;
sp_LastVisitLabel(‘tagClass=spLabelSmall spLeft’, __sp(‘Last visited %LASTVISIT%’));
echo ‘<div style=”margin-top:-25px; float: right; display: inline-block”>’;
sp_LogInOutButton(‘tagClass=spButton spRight’, __sp(‘Log In’), __sp(‘Log Out’), __sp(‘Log in and log out’));
sp_RegisterButton(‘tagClass=spButton spRight’, __sp(‘Register’), __sp(‘Register’));
sp_ProfileEditButton(‘tagClass=spButton spRight’, __sp(‘Profile’), __sp(‘Edit your profile’));
sp_MemberButton(‘tagClass=spButton spRight’, __sp(‘Members’), __sp(‘View the members list’));
sp_InsertBreak();
if (function_exists(‘sp_PmInboxButton’)) sp_PmInboxButton(‘tagClass=spButton spRight’, __sp(‘Inbox:’), __sp(‘Go to PM inbox’));
if (function_exists(‘sp_SubscriptionsReviewButton’)) sp_SubscriptionsReviewButton(‘tagClass=spButton spRight’, __sp(‘Subscribed:’), __sp(‘Review subscribed topics’));
if (function_exists(‘sp_WatchesReviewButton’)) sp_WatchesReviewButton(‘tagClass=spButton spRight’, __sp(‘Watching:’), __sp(‘Review watched topics’));
echo ‘</div>’;
sp_SectionEnd(‘tagClass=spClear’);
sp_LoginForm($loginForm);
sp_UserNotices(”, __sp(‘(Remove Notice)’));
sp_SectionEnd(”, ‘userInfo’);