MyBB Community Forums

Full Version: [New Theme] Need help with banner.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone, today I decided to make my first MyBB theme and I am having issues with the banner/logo.

At the moment I have the following on my div logo class.
<div class="logo">
<div style= background-image:url("images/NewTheme/bgf.png"); height: 214px; width: 1806px; border: 2px solid black;">
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
</div>

But the banner background image does not come up to the full height.

Preview: http://66.90.94.137/~mybb/index.php

Also any idea how to create a nice more complex menu? those links with that background still bored me. "Menu" as in the "Search" "Member List" etc.

Also any feedback is appreciated!