MyBB Community Forums

Full Version: I can't change my forum size to full size
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I can't change my forum size to fill all browser size Huh 

Please look at this pic. 


[Image: hzi9_mybbissue.jpg]

Also I changed min-width: to 100%; inside container# but didn't worked.
That's because MyBB.com theme has a set width of 990px.

Rumour on the discord server is that 1.9 will be out "soon" and with the release of 1.9 comes a responsive theme and a overhaul of the theme/template managers
(2019-05-29, 04:28 PM)8888888 Wrote: [ -> ]Also I changed min-width: to 100%; inside container# but didn't worked.

Look for .wrapper in Global.css and delete 
min-width: 970px; 
max-width: 1500px;

Add
width: 100%;
(2019-05-29, 05:20 PM)iAndrew Wrote: [ -> ]
(2019-05-29, 04:28 PM)8888888 Wrote: [ -> ]Also I changed min-width: to 100%; inside container# but didn't worked.

Look for .wrapper in Global.css and delete 
min-width: 970px; 
max-width: 1500px;

Add
width: 100%;


Hi, I did exactly what you said but still it didn't changed even a bit  Confused
(2019-05-29, 08:00 PM)8888888 Wrote: [ -> ]Hi, I did exactly what you said but still it didn't changed even a bit  Confused

Are you using cloudflare? Put it in developer mode and hard refresh using CNTRL + F5.
(2019-05-29, 08:03 PM)iAndrew Wrote: [ -> ]
(2019-05-29, 08:00 PM)8888888 Wrote: [ -> ]Hi, I did exactly what you said but still it didn't changed even a bit  Confused

Are you using cloudflare? Put it in developer mode and hard refresh using CNTRL + F5.


Thank you a lot man  Angel I didn't know I have to use CNTRL + F5. thanks.  Heart