MyBB Community Forums

Full Version: how to fix my index page width
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Look at the screenshot, I want to increase my width of index page. so the black color of background can remove. I highlighted an area. the area not showed before.from last night it showing.I want to remove it by increasing width.

[Image: 11562122551dc8c6af30152bb1c36c632af27975.jpg]
In global.css find:
#container {
	background: #212121;
	margin: 0 auto;
	padding: 0px 15px 0;
	text-align: left;
	
	color: #999;
	width: 85%;
}

Reduce the padding, currently 15px.
I reduce 15px to 12 px,
but no help.
It's only a 3px difference, you can't quite notice it but it did change.

Change it to something like 5px to see the difference, then adjust it.
Reduce it more then, 3px difference will barely be noticeable.
I change it to 10 px.but still now works.
I think it ll take some time to adjust.lets see???
What do You say???
Press Shift+F5 to hard-refresh the page.
still no hope
Just decrease the value even more (e.g. 5px). How are we supposed to know how you want it to be?
I upload a picture for it!! see top of the page.
I want to overlap the black background
Pages: 1 2