MyBB Community Forums

Full Version: Change the size of the wrapper
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to decrease the width of the forum, anyone tell me the location. The skin if mybb default
You can edit global.css

Search for

.wrapper {

and edit the width

Hit CTRL-F5 or CTRL-SHIFT-R in most major browsers to force reload.
(2020-09-01, 07:55 PM)panayot Wrote: [ -> ]You can edit global.css

Search for

.wrapper {

and edit the width

Hit CTRL-F5 or CTRL-SHIFT-R in most major browsers to force reload.

Thanks for replying. Followed what you said. See images for after, nothing happened

[attachment=43236]

[attachment=43235]
Yes, sorry.

wrapper is used for something else. Find

#container

in global.css and at the end add for example:

width: 1400px


You can also change min-width and max-width if needed.
(2020-09-02, 12:02 AM)panayot Wrote: [ -> ]Yes, sorry.

wrapper is used for something else. Find

#container

in global.css and at the end add for example:

width: 1400px


You can also change min-width and max-width if needed.


Nope no good. 
[attachment=43237]
When I visit your forum it works. Your forum is now 1400 px wide. Try changing 1400 to 700 for example. And then reload browser (CTRL-F5 or CTRL-SHIFT-R in most major browsers to force reload).
(2020-09-02, 12:58 AM)panayot Wrote: [ -> ]When I visit your forum it works. Your forum is now 1400 px wide. Try changing 1400 to 700 for example. And then reload browser (CTRL-F5 or CTRL-SHIFT-R in most major browsers to force reload).

OK got it 1300. Now how do I center the forum?

(2020-09-02, 01:04 AM)Rebel Wrote: [ -> ]
(2020-09-02, 12:58 AM)panayot Wrote: [ -> ]When I visit your forum it works. Your forum is now 1400 px wide. Try changing 1400 to 700 for example. And then reload browser (CTRL-F5 or CTRL-SHIFT-R in most major browsers to force reload).

OK got it 1300. Now how do I center the forum?


Thanks a lot panayot, got it worked out..

Ron.