MyBB Community Forums

Full Version: when i press left click and i move it to right the forum get wide on the right size
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys, im using the theme Clean&Professional, i finded a bug or problem with this theme, when you keep left click pressed and move mouse to right, the size of the forum changes like it not centered anymore:

[Image: 0604201352847.png]


how can i fix that?
anyone know how to fix this issue?
Link to your site please?
(2013-04-07, 12:44 PM)Euan T Wrote: [ -> ]Link to your site please?

http://arhive.info/index.php
up ..........................
In global.css find

#container {
 margin: 10px 90px 30px;
}

and change margin values to
margin: 0px auto;
i change the magin but seems that is not working

this is how the container looks:
#container {
	background: #FAFBFE;
	width: 80%;
	color: #000000;
	border: 1px none #999;
	margin: 0px auto;
	text-align: left;
	margin-bottom: 30px;
	margin-top: 10px;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;

up_______________________________
up.........................................