MyBB Community Forums

Full Version: aign issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So ive got a awsome new logo but it wont align

EDIT: Here is the original code in the Global.css
.logo {
width: 990px;
height: 150px;
text-align: left;
margin-top: -15px;
}
this always work for me..
ACP>templates and style>templates>your theme>header templates>
Quote:<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" height="110" width="461" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" />

make it
Quote:<center>
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" height="110" width="461" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
</center>
if it didn't work please post your header template code..
regards,
(2012-08-16, 04:48 AM)illusionalp Wrote: [ -> ]this always work for me..
ACP>templates and style>templates>your theme>header templates>
Quote:<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" height="110" width="461" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" />

make it
Quote:<center>
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" height="110" width="461" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
</center>
if it didn't work please post your header template code..
regards,
our graphics team got it once i told them about the header templates ... wish i woulda read your post before i told them to do it Smile