MyBB Community Forums

Full Version: Need help with logo section.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I just created a new forum, and I have a problem with the logo section of the forum.

My custom logo doesn't fit properly into the blue section, and the logged on user name in that same section is too dark to see, I would like it much lighter or white along with the rest of the text.

Here's the link to my forum: http://lucistarforum.icyboards.net
go to your adminCP > templates & Styles > yourtheme > global.css > .header_main

Change your width from 1020px to 543px thats your header width


EDIT: it will take a little bit of time before it changes
takes 30 mins for me.
Add this to your global.css


.logo img {
    height: 126px;
}

 Change height and you can add width if you wish.