MyBB Community Forums

Full Version: Logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://cuckoo.icyboards.net/forumdisplay.php?fid=2

I need to increase the area in red so that my logo does not overlap and I can't figure this one out.

[Image: the_cu15.png]
First of all, you need to make a thread at IB support board for your IB hosted site.

Try changing the height of .logo class in global.css.

.logo {
text-align: center;
height: 107px;
}

Increase the bold number.
(2013-06-14, 03:44 PM)effone Wrote: [ -> ]First of all, you need to make a thread at IB support board for your IB hosted site.

Try changing the height of .logo class in global.css.

.logo {
text-align: center;
height: 107px;
}

Increase the bold number.

I did make a thread there and they can't help.

I added that .logo to the CSS so increasing that number won't help or change a thing.
^ there are some mistakes in the header template. (html validator is showing lot of errors for a page)
I don't think you have tried what I said.
You didn't set the logo using CSS. Its with img src only.

[Image: IjL2UF1.png]