MyBB Community Forums

Full Version: Sitename is shown very small in IE in header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've not done any customizations .. it looks ok in all browsers except for the IE9 (9.0.8112.16421). I've attached the screenshot.

Other Mybb users should also be facing the same issue. I'm using MyBB 1.6.3. Here is my site: http://bit.ly/15AVAUR

I understand I'd need to tinker with CSS but I need work around from seniors.
Thanks
It's highly recommended that you upgrade to MyBB 1.6.9. 1.6.3 is fully outdated.
After upgrading to 1.6.9, I would change your CSS. IE seems to be iffy regarding percentages in font-size.

Example
.logo{
font-family: "Myriad Pro", "Myriad Web Pro Regular", "Lucida Grande", Geneva, Trebuchet MS, sans-serif;
font-size:30pt;
color: #27638C;
height:107px;


}
#logotext{
display:block;
margin-left:160px;
margin-top:-130px;

}
Thanks Seabody, I tried searching in google to modify css files -- I could not find. Where do I need to modify these two changed?

Can I directly change the ./cache/themes/theme2/global.css file?
^ No, modify css files directly from admin panel
admin panel >> themes >> your forum's default theme >> global.css >> Edit Stylesheet: Advanced Mode