MyBB Community Forums

Full Version: Width the same on all resulotions [Desktops]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I have this issue where some of my users complain that the width on the forum is too long. For me it's the perfect size and I was shown some SSes where it was bigger because they had a smaller resolution.

How would I fix this?

This is my current settings.

#container {
	color: #000;
	text-align: left;
	line-height: 1.4;
	margin: 0;

	
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;

}

.wrapper {
	min-width: 920px;
	max-width: 920px;
margin: auto auto;
Delete:
min-width: 920px;
or change it to:
width: 76%;
or whatever.