MyBB Community Forums

Full Version: Make MyBB Forum Auto-Resize Width According To User's Screen Size?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello! I want to know how to make my MyBB Forum resize its width automatically according to the user's screen size. This is very important because some users have smaller screens than others, but some have bigger screens than others. Please help me in making my MyBB Forum auto-resize its width according to the size of the user's computer screen. Thanks in advance!

I SOLVED THE PROBLEM ALL BY MYSELF!!!

^EDIT^
How did you solve it?
i assume his solution was to set the container width to a % value rather than a fixed pixel width. you can do this by editing the theme in the ACP and click global.css to edit it. select "container" from the dropdown list and set the width to a % value like "95%" (without the quotes)