MyBB Community Forums

Full Version: Need help removing un-needed side.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: helplc.png]


i need to remove this black side(about 5-10cm , Help me because this is really annoying.



Thanks!
Go to: ACP > Themes > Your theme > global.css > Edit in Advanced Mode > and edit the width of #container stylesheet.
You've posted this in the 'MyBB.com Community & Site Issues' forum which is for issues with this site, not yours.

Moved to the correct forum.
ok thanks, im new to this site. Forgive meSmile
(2011-03-19, 01:46 PM)Yaldaram Wrote: [ -> ]Go to: ACP > Themes > Your theme > global.css > Edit in Advanced Mode > and edit the width of #container stylesheet.

(2011-03-19, 01:46 PM)Yaldaram Wrote: [ -> ]Go to: ACP > Themes > Your theme > global.css > Edit in Advanced Mode > and edit the width of #container stylesheet.

i did it, but this didn't work. maybe you can help me via teamviewer?
Forum URL ?
www.rs-marketing.co.cc
I did it!!!!! had to change to px to 1350
Open global.css and find;
#wrapper {
	width: 1020px;
	padding: 0;
	background-color: #121212;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2b2b2b;
	border-left-color: #2b2b2b;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}

and edit its width from;
width: 1020px;
to
width: 95%;
this maybe locked now