MyBB Community Forums

Full Version: header style request
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello kind sirs, my original header/banner/logo looks like this

[attachment=25535]

I wish to move this header/banner/logo to the left most side border and insert a donation box/image at the right side like this

[attachment=25536]

I messed up my header before trying to experiment on this and now I don't want that to happen to me anymore Smile
In "header" template of your theme, find;
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
and add the following code just BEFORE that;
<span style="float: right;">ITEM GOES HERE</span>
...hello Yaldaram, you are always a heaven sent...thanks for this help
haha, was a pleasure Toungue