MyBBThemes Community

Full Version: Centering your Logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It's fairly easy to do this. You can either add the div tag in the template header or do a simpler method.

Go to the theme manager, and edit the theme you wish to have the logo centered on. Navigate to the very bottom Additional CSS box and add this code:

Code:
.logo {
    text-align: center;
}

Done! Now refresh your theme and see the centered header. :slick:
Nice, but I'll stick with editing the template since that's what I just always do. :P
Nice. Clean and it works!
Thanks!! I need this.
Thanks , It works!
Thanks for you, i like your tutorials !
wooo gooo CSS! always useful and simple :)
Reference URL's