Page 1 of 1

Changing the white frame - OK !

Posted: Sat 3. Apr 2010, 22:58
by Dracuula
Hello

I find your theme super beautiful in its simplicity.

I just installed your theme on my forum and I want to resize the width
but I can not find a change to the white.


Here's what I change:

Code: Select all

#wrap {
	padding: 0 10px;
	width: 900px;
	margin: 0 auto;
	min-width: 600px;
}

Forum : http://www.tl1000forum.com/forumtl/index.php

Thank you for your help
Drac

Re: Changing the white frame

Posted: Sat 3. Apr 2010, 23:35
by Marc
Open styles/proFormell/theme/colours.css
Find:

Code: Select all

	width:95%;				/* <-- use this to tie width to viewport size */
Change the width to what you like. ;)

Re: Changing the white frame

Posted: Sun 4. Apr 2010, 08:46
by Dracuula
Hello

I just tried but it changes the width of the forum and not the white frame.
:-(

Re: Changing the white frame

Posted: Sun 4. Apr 2010, 11:41
by Marc
I guess you will have to undo what you did, although I am not quite sure what you actually want. Could you maybe elaborate a little bit more?

Re: Changing the white frame

Posted: Sun 4. Apr 2010, 15:10
by Dracuula
Ok no worries, I can go a more developed.

So was the original "width" is self is the width of the template varies depending on the size of the screen.

Code: Select all

#wrap {
	padding: 0 10px;
	width: auto;
	margin: 0 auto;
	min-width: 600px;
}

So I change "width" so that the width of the template becomes fixed, but I still have white box is moving it is not well placed as a frame.
here's mine: http://www.tl1000forum.com/forumtl/index.php

Code: Select all

#wrap {
	padding: 0 10px;
	width: 78%;
	margin: 0 auto;
	min-width: 600px;
}
Thank you for your help
Drac

PS: I hope I explained myself well this time :-)

Re: Changing the white frame

Posted: Sun 4. Apr 2010, 19:33
by Marc
As I told you before, undo the changes to #wrap, you can change the size of the forum by just changing the value I mentioned earlier.

Re: Changing the white frame

Posted: Mon 5. Apr 2010, 21:58
by Dracuula
Thank you very much, it works really well!