MyBB Community Forums

Full Version: Make MyBB 1.8 minimum width fluid
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
AdminCP > Templates & Style tab > Themes, click Default, click Options button then Duplicate Theme (check box for Duplicate Templates). Name new theme: MyBB Master Style Fluid

For MyBB Master Style Fluid click Options button and select Set as Default.

Click options button for MyBB Master Style Fluid and choose Edit Theme then edit the following.

global.css

#container
Comment out CSS in .container like this:
/* min-width: 990px; */

.wrapper
Comment out CSS in .wrapper like this:
/* min-width: 970px; */

In Width field of .wrapper set this:
95%

Note: After the item is commented out it will be automatically deleted from style after browsing away from Edit Style Sheet: Simple Mode.

OR export theme from test forum (if you have one) and import to Your Forum and use the name: MyBB Master Style Fluid
Nice tip, thanks.

Will this also work on MyBB 1.6.x ?
(2015-03-08, 12:57 AM)Vanz Wrote: [ -> ]Nice tip, thanks.

You're welcome

(2015-03-08, 12:57 AM)Vanz Wrote: [ -> ]Will this also work on  MyBB 1.6.x ?

I don't know. I run 1.8.x now. But IIRC when I did run 1.6x it already had a fluid minimum width