MyBB Community Forums

Full Version: Theme problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm using HardGame theme, but I want to increase the forum's width, I already tried changing it in #container, checked for index template for some clue, didn't helped at all. Please help me.


[Image: eC42boX.jpg]
what is your forum url ?
I just checked your site, instead of modifying container, you need to modify the class wrapper.
Change the max width to your requirements.
Hope it helps Smile

Regards
WallBB
I already tried that lel
.wrapper {
    width: 100%;
    min-width: 1120px;
    max-width: 1120px;
    margin: auto auto;
}
(2017-07-04, 05:03 AM)Matteo987 Wrote: [ -> ]I already tried that lel
.wrapper {
    width: 100%;
    min-width: 1120px;
    max-width: 1120px;
    margin: auto auto;
}

It should work, remove max-width, you will see the increased forum width.
Make sure you are doing hard refresh on that page.
lol bro, it messed everything up, check my website
(2017-07-04, 05:10 AM)Matteo987 Wrote: [ -> ]lol bro, it messed everything up, check my website

Yes, you need to modify the max-width to adjust the width to your requirements.
I told to remove it so that you know that it is working and it controls the width of your forum.

Regards
WallBB
Didn't helped, things get misplaced only, but doesn't increases width, just shifts the position.