MyBB Community Forums

Full Version: [Mybb Gamer Template]Different Browser, Different Color of Template?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I use this template from
=============================================
http://www.awesomestyles.com/mybb-themes/demo/mybbgamer
=============================================
I have question when i access the template from mozilla and it looks like fine. but there is a problem when access it via chrome and IE
[Image: 14kcx8z.png]

Error chrome & IE :
[Image: dmbgvt.png]

How to solve it?
What's your forum's URL ?
For .tfoot class in global.css (ACP > Templates & Style > Themes > MyBB Gamer > global.css > Advanced Mode) and add this to it:
padding: 0px 10px;
So it looks like this:
.tfoot {
background: #026CB1 url(../../../images/gamer/nav_bg.png) top left repeat-x;
color: white;
height: 40px;
font-family: Tahoma;
padding: 0px 10px;
}

The default margin and padding is different in all browsers so we need to manually reset the paddings otherwise we have problems like this.
thank you, its great. thanks for tutorial :bighugtomybestfriend Wink