MyBB Community Forums

Full Version: Make the height smaller does anyone know
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I wanna make my forum to be lil be smaller(height) does anyone know how to do that via global.css?
You can smaller your Container height, but you can't smaller your page as it depends upon the contents it have.
#container {
	background: #222222;
	width: 909px;
	text-align: left;
	margin: auto;
	line-height: 1.4;
}

ive got that how to make it smaller height
i will put it like this?

#container {
	background: #222222;
	width: 909px;
	text-align: left;
	margin: auto;
	line-height: 1.2;
}
#container {
    background: #222222;
    width: 909px;
height: Xamountpx;
    text-align: left;
    margin: auto;
    line-height: 1.4;
} 
Replace Xamount with how much height you want to set it for the Container.
i got it thanksSmile