MyBB Community Forums

Full Version: remove this space
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 013ack6de]


thanks .
In global.css find:
#header {
	background: url(images/psbliss/container.png) repeat;
	width: 980px;
	color: #000000;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	border-left: 1px solid rgba(255,255,255,0.3);
	border-right: 1px solid rgba(255,255,255,0.3);
	margin: 0 auto;
	margin-bottom: 200px;
	margin-top: 0;
	padding: 20px;
	text-align: left;
}

Change the margin-bottom value.
Thanks for the quick help Smile

+1 Wink