MyBB Community Forums

Full Version: make logo fit the background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
if you look at my logo, http://tfcgamers.com, it's a little out of wack...im trying to make it so that it fits the normal forum...everytime i change between screen size the picture is either bigger than the forum or smaller...

how do i make it even on both sides so that it doesn't show any black on the sides and keeps the same size as the forum?

please help thx...
its better to use a fixed width for forum container AND logo having lesser width than the forum width !
in general, forum container width can be set as 980px OR 940px & logo width less than it ...
how would i do this...is that in the templates area of my theme in the admin? (Apart 1 theme)

may i have a step by step?

Thanks in Advance..
ACP>Templates and Style>Themes>*theme*>global.css>Advanced Editor

Edit

.wrapper {
width: 85%;
min-width: 970px;
max-width: 1500px;
margin: auto auto;
}


To what you need it to be.