MyBB Community Forums

Full Version: Auto Adjust banner for different screen resolutions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there.

Could you please point me in the direction of how I can auto adjust the banner size to display correct on different screen resolutions.

When I view it for eg on my mobile the forum is tiny because the banner is much bigger I think.

Url http://marine-aquarium-sa.com

Help appreciated
In global.css add:
.logo {
   width: 100%;
}

.logo img {
   width: 100%;
   max-width: 100%;
}
awesome thanks, I think it worked

another question though, you see the menu bar I created, I cannot get to reposition it properly, tried editing the #menu areas but nothing I do makes this menu budge I would like to align it to the bottom right of my logo, just above the standard menu bar, just like the menu bar on this mybb site, thx