MyBB Community Forums

Full Version: Making logo centered
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi friends,

recently i got a logo for my forum
http://wbuysell.com

Check it is placed upward on header. I want to make the position of the logo centered like in this image:

[Image: 4h9ueo.jpg]

Please help me to do so.
go to your global.css theme find this selector
#header .logo {
    float: left;
   }
and change with
#header .logo {
    float: left;
    margin-top: 17px;
}
Thanks, it worked perfectly Smile
If you have other problem write here Smile