MyBB Community Forums

Full Version: Forum margins
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear all

See attached image..

I was liking the forum width as it is now (after some tweaking) but I cannot for the love of it seem to find
a solution to reduce this gap between the sidebar and forum?

Any brilliant minds out there?

Just figured it out by changing this in the index page template / index

{$header}
<div class="forum" style="float: left; width: 78%;">{$forums}</div>

Now it is ok, but when I open a forum post, the width size goes full width? Where do I change this to be 78%
you have specified width in div class forum to 77% and the sidebar to 20%.....the extra 3% is the space you see between sidebar and forum
Ok thanks, I did notice that.

But how does this relate to changing templates or themes width

.Containter
.Content
.Wrapper

Seems there is min-width: 990px; and a max-width: 1500px; code in there along with the option to put i.e. 80% in width