MyBB Community Forums

Full Version: make forum in center
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
hi , what should i configure to make the forum appear in the center like this

https://www.phpbb.com/customise/db/style...2/demo/3.1

please someone help   Huh
What does your forum currently look like?
(2015-11-01, 02:29 AM)Zaneman122 Wrote: [ -> ]What does your forum currently look like?

it looks wide like this http://www.audio-vector.com/forum/
Seems to be in the center to me?
just wanted it to appear in the middle of the screen
To me it is in the middle, if you're talking about where all of the categories are.
Find In Global.css
#container
Add Width in it
width: 1000px;

Change 1000px; of your choice
hi, its currently at 990px like that:

text-align: left;
line-height: 1.4;
margin: 0;
min-width: 990px;

i want it to be like this: http://demo.phpbb3styles.net/DVGFX2?sid=...25de7d70e0

in the middle of the screen , and not wide and big
Change in your global.css

#container {
	color: #333;
	text-align: left;
	line-height: 1.4;
	margin: 0;
	min-width: 2000px;
to
#container {
	color: #333;
	text-align: left;
	line-height: 1.4;
	margin: 0;
	min-width: 1000px;

and change wrapper style according to your need.
it doesnt work , look how it looks now http://www.audio-vector.com/forum/
Pages: 1 2