MyBB Community Forums

Full Version: Adjust minimum forum width
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Site: TheVideoGameForum.com
Version myBB:1.8.5



Hey I have been trying to edit the minimum width of the forum for this theme Square:
http://community.mybb.com/thread-159593.html

There is alot of info in that thread, and I have been able to successfully increased the forum width.

However I have tired many things for adjusting the minimum width but nothing seems to be working.

The reason is, when you shrink the browser or page, the forum does not scale well:

[Image: oPKjYx3.png]

I just wanna adjust the min width so it adjusts better.

I have tried following all the information here:
http://community.mybb.com/thread-159593-...pid1113125 to adjust the min width as well, but it doesn't seem to be working. I also dove into the below CSS:


For the global CSS file:

.wrapper {
	width: 1200px;
	margin: 0 auto;
  	padding: 0 20px;
  	min-width: 200px;
}

#content {
	width: auto !important;
	padding: 0;
	overflow: hidden;
  	min-width: 200px;
}



And the Square CSS file:

#header {
  	background: #005ea7;
  	height: 220px;
  	min-width: 200px;
}


#footer {
  	background: #003965;
  	height: 200px;
  	min-width: 200px;
}

#copyright {
  	height: 50px;
  	line-height: 50px;
  	color: #FAFAFA;
  	background: #005ea7;
  	min-width: 200px;
}

I've tried editing both the global and square css files to adjust the minimum length to 200px, but it doesn't seem to change it at all.

Is there anyway to get this theme to wrap nicely?
already posted in theme release thread
http://community.mybb.com/thread-159593-...pid1162331