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.
Hello There

A while ago I posted here on how to center a logo

on the forum

I used the code .logo {text-align: center;}

but it centered perfect until today I installed a new theme and I use this and it would not center

is there any other ways to center logo on forum as
.logo {text-align: center;}

not working on one of my themes on my forum

cheers
tdbnz
Can you provide forum url please?
http://thomasthemagician.com

theme that it not allowing me to center is the non ad theme on my forum

that not allowing me to center the logo of the forum

cheers

tdbnz
Hello there


How do I center logo that code does not work on one of my themes please help
^ you can try using margin: 0 auto along with text-align: center - like below
.logo {text-align: center; margin: 0 auto;}

remember hard refreshing browser (eg. press CTRL + F5) after saving changes to global.css
Fantastic the code works

Thanks very much for your help and support it works like a charm thanks

tdbnz