MyBB Community Forums

Full Version: Center Logo?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I don't know if this can be done, however how do I center the image? I went were the image for my logo was located at and typed in <center> then ended it with </center> and it didnt work, So what code is it that center the logo?
I prefer the css method. Add this to your additional css in theme editor.

.logo {text-align: center;}

that's it...