MyBB Community Forums

Full Version: Help me to solve alignment problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

The themes in my forum is showing aligned towards left side. How to make it aligned centered ...?

[Image: f6ugF.png]
In global.css , find;
#container {
	width: 95%;
	background: #fff;
	border: 1px solid #e4e4e4;
	color: #000000;
	margin: auto auto;
	padding: 20px;
	text-align: left; /* IE 5 fix */
}
and Change text-align: left; to middle; like this;
#container {
	width: 95%;
	background: #fff;
	border: 1px solid #e4e4e4;
	color: #000000;
	margin: auto auto;
	padding: 20px;
	text-align: middle; /* IE 5 fix */
}
I do not see such alignment problem on firefox & IE .. if you logout then does it turn to normal ?
only apart night theme is working fine by changing left to middle.......apart sky and apart flame are still showing that way as in image......
You've to change each theme's global.css > #container > and edit its text-align attribute.
By aligning text middle just see what happens...:

[Image: 16kw6kx.jpg]
In my chrome its fine. Try to view it in Chrome.
i am worried about the users that will view it in IE8....may be it makes -ve impact on them....that's why i want to fix the issues in IE