MyBB Community Forums

Full Version: Change background picture and remove border from the edge
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As title says really. When I upload a background it leaves a border round the edge.

At the moment it only changes the forum/category area rather than the bit behind.
URL?
ACP > Themes & Styles > Themes > YOUR THEME > global.css > Edit Stylesheet: Advance mode.

Find something like below:

#container {
	background: #fff;
	width: 80%;
	color: #000000;
	border: 1px solid #e4e4e4;

and remove border attribute from it, like:

#container {
	#container {
	background: #fff;
	width: 80%;
	color: #000000;