MyBB Community Forums

Full Version: How do I center my header logo?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It looks like this [Image: banner.png]

let me know if you can! Thank you!
Put some center tags in the header template.
Add this to your global.css:

.logo {
text-align: center;
}
(2011-09-05, 05:41 PM)Everett777 Wrote: [ -> ]Put some center tags in the header template.

The center tags are deprecated.

.logo {
text-align:center;
}
Can someone give me step by step instructions on this? Because when i added the code it didn't work
Hard refresh the page by pressing Ctrl+F5 or Shift+F5 a couple of times.