MyBB Community Forums

Full Version: How to increase forum width a little
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have switched to MyIPB and activated the sidebar

My site: https://corvir.nl/index.php

I like to have the side-borders a bit smaller - how to do that.


Another problem is that the plugin MyBBlog is not shown in a tab.
Change the value of .wrapper { padding: ...px } in global.min.css to adjust the spacing.

[ExiTuS]
@ExiTuS - I already thought this, however there are three wrappers in the style, so I don not know which wrapper(s) to adjust.

.wrapper {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin: auto auto;
	padding: 20px;
	box-sizing: border-box;
}

.wrapper2 {
	width: 90%;
	min-width: 90%;
	max-width: 90%;
	margin: auto auto;
}

.wrapper3 {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin: auto auto;
.wrapper { padding: 20px} is causing the white space around the content.
E.g. reduce to 10px and see; you can also remove this padding atribute out at all.

If you want the whole content block to be wider and reduce the "border" on the left and right (it is actually free space) then reduce the 90% to a lower value in all the other .wrapper and also check #content.

[ExiTuS]
It did not work at all.
Probably due as a child from the default theme.
I installed the original style again.

The problem is over.
BootBb is now maintheme - MyIPB is not mobile friendly....