2011-01-01, 07:05 PM
Hey guys,
I am having trouble modifying my panel div to go under my logo and change the width to 100%. Similar to the default mybb theme one.
Here is how mine looks now:
Here is my header_welcomeblock_member
Can someone please help me?
Thanks!
Edit: Sorry I know how to put it under my logo but I just cant get it to increase the width to 100%
I am having trouble modifying my panel div to go under my logo and change the width to 100%. Similar to the default mybb theme one.
Here is how mine looks now:
Here is my header_welcomeblock_member
<div class="topsec">
<span class="float_right" style="margin-left: 25px; text-align: right;">{$lang->welcome_current_time}<br />
<a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 350, 350);">{$lang->welcome_open_buddy_list}</a></span>
<span class="block"><a href="{$mybb->settings['bburl']}/usercp.php" class="usercp"><strong>{$lang->welcome_usercp}</strong></a></span>{$modcplink}{$admincplink} <span class="block"><a href="{$mybb->settings['bburl']}/member.php?action=logout&logoutkey={$mybb->user['logoutkey']}" class="logout">{$lang->welcome_logout}</a><span></div>
{$lang->welcome_back}<br />
<a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a> | <a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a> | <a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}<!-- ProfileComments --> | <a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$mybb->user['uid']}" title="{$lang->profile_comments}">{$lang->profile_comments_new_inmenu}</a> {$lang->profile_comments_new_inmenu_count}<!-- /ProfileComments -->
Can someone please help me?
Thanks!
Edit: Sorry I know how to put it under my logo but I just cant get it to increase the width to 100%