MyBB Community Forums

Full Version: MyBB and Google Chrome
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I use google chrome and my forum has some issues.

How do I fix that. I have no experience programming.

http://www.pietzel.dk/forum/index.php
I've noticed this too. It's the Apart theme, not MyBB.
oh ok... can I change that somehow or do I have to ditch the theme?
I've not used the theme. Perhaps change the width of it.
How do I do That?
(2010-11-21, 11:15 PM)Pietzel Von Hase Wrote: [ -> ]How do I do That?
In your control panel, in the theme editor, in global.css the first entry should be "#container." Observe where it says "width." Change it there.
Did you get the problem fixxed? idk much about codeing either but after some severe time working on my forums i found the most comon with is 100%
direct code is:
#container {
	width: 95%;
	color: #000000;
	margin: auto auto;
	text-align: left; /* IE 5 fix */
        clear: both;
}

#content {
	/* FIX: Make internet explorer wrap correctly */
	width: auto !important;
        background: #efefef;
        border: 10px solid #e7e7e7;
        padding: 20px;
}

I also use Google chrome and my theme looks amazing!