MyBB Community Forums

Full Version: Logo size help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If you check out my site's logo at http://lethalzone.net , you'll probably notice that it doesn't fit. It all depends on a users monitor. I had made it fit according to my own monitor, thinking that it would work for everyone.

I tried adding this code to the logo
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" width="100%" alt="{$mybb->settings['bbname']}" /></a>

But it still didn't work. Well, it did work on the index page, but it didn't work when I viewed posts.
Also, when my browser is small (Like a minimized browser) the logo doesn't go along with the theme. The logo stays at the same width.

How can I fix this? The same this is happening with the image in my sb.
Try adding a width in px, not %... so 800px for example.
But will the logo stay the same size no matter what? Even when the browser is minimized? And will it look the same size on all monitors?