MyBB Community Forums

Full Version: Changing width of homepage table
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On the homepage of the forum, there is a four column layout--Forums, Threads, Posts, Last Post. When I expand the browser window, the "Forum" column expands while the rest stay the same. I would like the "Last Post" column to expand instead. Or, alternatively, how could I just make the "Last Post" Column wider all the time? Thanks.
Use fluid widths, percentages. Instead of MyBB's layout having a set pixel layout, use a % to cover, just put in a percentage and see how it looks, and keep tweaking it until it looks just right to you, check the look on other resolutions too!
Regardless of homepage, any table can be resized like this way:

<table style="width: 50%;">

Where 50% will be the value wrt your current screen resolution. if you are using WXGA 1280 x 800 screen resolution your table width will be 640px on that display. Like that.
Thanks. What file do I need to edit? I have just about no knowledge of coding and I am just getting to know the file system for MyBB.
That change will need to be made in global.css.