MyBB Community Forums

Full Version: Move banner
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I'm looking to move my banner in the header to the right.
Like the paypal donate button should be to the left, and the banner to the right.

Website: Www.1operators.com

Test account:
test, pass: test123

I've looked around but can't seem to figure out how to move it to the right or left.

Thanks in advance,
Vivi
login failed....wrong info.
Some funny guy changed the password.

Try again, should work now.
just add "float: left;" to the paypal form....
I can't seem to figure out where to put it in the header, can you tell me?
I want to put the tracker and the paypal donate button next to eachother.
post your header template here....
<div class="page" id="page">
<a name="top" id="top"></a>
<div id="header">
<span class="logo"><a href="{$mybb->settings['bburl']}/portal.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></span>
<div id="panel" class="menu"><ul>
<li><a href="{$mybb->settings['bburl']}/portal.php">Home</a></li>
<li><a href="{$mybb->settings['bburl']}/index.php">Forum</a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a></li>
<ul>
</ul></li>{$welcomeblock}
</ul>
</div>


<span class="tools">
<a href="#" id="separator" style="width: auto; height:auto;">
<img src="{$theme['imgdir']}/tools_sidebar.png" alt="sidebar" title="collapse / expand sidebar"/>
</a>
<a href="#" id="toggler">
<img src="{$theme['imgdir']}/tools_change_bg.png" alt="change background" title="change background image"/>
</a>
<a class="changewidth original" href="#" title="switch to fixed page width">page</a>
<a class="changewidth wide" href="#" title="switch to full page width">page_wide</a>
<a href="#" title="toggle text and links color" id="textchange"><img src="{$theme['imgdir']}/tools_textcolor.png" alt="text color" /></a>
</span>

</div>

<div id="container" class="forum_sidebar sidebar_right">



<br class="clear" />
<div id="content">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
<navigation>
<br />
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="EPA98EHV5TS3E">
<input type="image" src="https://www.paypalobjects.com/en_US//i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="1" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

<a href="http://www.gametracker.com/server_info/91.198.152.240:25540/" target="_blank"><img src="http://cache.www.gametracker.com/server_info/91.198.152.240:25540/b_560_95_1.png" border="0" width="560" height="95" alt=""/></a>
The edited template is here.... use this....

<div class="page" id="page">
<a name="top" id="top"></a>
 <div id="header">
 <span class="logo"><a href="{$mybb->settings['bburl']}/portal.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></span>
 <div id="panel" class="menu"><ul>
<li><a href="{$mybb->settings['bburl']}/portal.php">Home</a></li>
<li><a href="{$mybb->settings['bburl']}/index.php">Forum</a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a></li>
<ul>
</ul></li>{$welcomeblock}
</ul>
</div>


<span class="tools">
<a href="#" id="separator" style="width: auto; height:auto;">
<img src="{$theme['imgdir']}/tools_sidebar.png" alt="sidebar" title="collapse / expand sidebar"/>
</a>
<a href="#" id="toggler">
<img src="{$theme['imgdir']}/tools_change_bg.png" alt="change background" title="change background image"/>
</a>
<a class="changewidth original" href="#" title="switch to fixed page width">page</a>
<a class="changewidth wide" href="#" title="switch to full page width">page_wide</a>
<a href="#" title="toggle text and links color" id="textchange"><img src="{$theme['imgdir']}/tools_textcolor.png" alt="text color" /></a>
</span>

</div>

<div id="container" class="forum_sidebar sidebar_right">



 <br class="clear" />
 <div id="content">
 {$pm_notice}
 {$bannedwarning}
 {$bbclosedwarning}
 {$unreadreports}
 {$pending_joinrequests}
 <navigation>
 <br />
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" style="float: left;">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="EPA98EHV5TS3E">
<input type="image" src="https://www.paypalobjects.com/en_US//i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="1" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

<a href="http://www.gametracker.com/server_info/91.198.152.240:25540/" target="_blank"><img src="http://cache.www.gametracker.com/server_info/91.198.152.240:25540/b_560_95_1.png" border="0" width="560" height="95" alt=""/></a>
Thank you!

Hello mmadhankumar,

Thank you for your help so far.

I'm trying to get the donate button down to 'hug' the public forum, and to move the Gametracker banner (Battlefield 4 stats) to the far right to 'hug' Teamspeak so to say.

I can't really figure out how to do this, do you have any idea?

Thanks in advance,
Vivi

Bumpiedebump
Still waiting for respond Smile
Pages: 1 2