MyBB Community Forums

Full Version: How to center logo on top of forum?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My logo appears on the top left of my forum. Can a kind soul please tell me how to center it? I'm new to MyBB and a bit rusty on html code. Would appreciate you navigating between the code.

Thanks

Dave
ACP -> Styles & Templates -> Edit your style -> globall.css -> Edit: advanced mode and there, add:
.logo {
text-align: center;
}
I'm on the "Edit Stylesheets- Advanced Mode", but don't know where exactly to add the data you told me to.

Dave
For #content.
Never mind. I pasted it just anywhere and it worked.

Thanks again,

Dave
Yes, you can give anywhere but the body but I recommend giving placing code in places such as CSS, they present themselves on the site. Smile