2015-06-08, 06:18 AM
Hey I have been trying to edit the minimum width for this theme. As when you shrink the browser or page, the forum does not scale well:
![[Image: oPKjYx3.png]](https://camo.mybb.com/cbfab7d96addbbe4d224a1cecacf93827d43259a/687474703a2f2f692e696d6775722e636f6d2f6f504b6a5978332e706e67)
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
I've tried editing both the global and square css files to adjust the minimum length, but it doesn't seem to change it at all.
Is there anyway to get this theme to wrap nicely?
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
.wrapper {
width: 1200px;
margin: 0 auto;
padding: 0 20px;
min-width: 984px;
}
#content {
width: auto !important;
padding: 0;
overflow: hidden;
min-width: 1024px;
}
#header {
background: #005ea7;
height: 200px;
min-width: 1024px;
}
#panel {
background: #003965;
height: 50px;
min-width: 1024px;
}
I've tried editing both the global and square css files to adjust the minimum length, but it doesn't seem to change it at all.
Is there anyway to get this theme to wrap nicely?