Changing the white frame - OK !

English Style Support
Post Reply
Dracuula
Newbie
Newbie
Posts: 4
Joined: Sat 3. Apr 2010, 22:40
Location: 95 - France

Changing the white frame - OK !

Post 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
Last edited by Dracuula on Tue 6. Apr 2010, 15:38, edited 1 time in total.
User avatar
Marc
Administrator
Administrator
Posts: 620
Joined: Tue 2. Sep 2008, 22:48
phpbb.com: Marc
Location: Munich
Contact:

Re: Changing the white frame

Post 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. ;)
Image
Dracuula
Newbie
Newbie
Posts: 4
Joined: Sat 3. Apr 2010, 22:40
Location: 95 - France

Re: Changing the white frame

Post by Dracuula »

Hello

I just tried but it changes the width of the forum and not the white frame.
:-(
User avatar
Marc
Administrator
Administrator
Posts: 620
Joined: Tue 2. Sep 2008, 22:48
phpbb.com: Marc
Location: Munich
Contact:

Re: Changing the white frame

Post 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?
Image
Dracuula
Newbie
Newbie
Posts: 4
Joined: Sat 3. Apr 2010, 22:40
Location: 95 - France

Re: Changing the white frame

Post 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 :-)
Last edited by Dracuula on Mon 5. Apr 2010, 21:58, edited 1 time in total.
User avatar
Marc
Administrator
Administrator
Posts: 620
Joined: Tue 2. Sep 2008, 22:48
phpbb.com: Marc
Location: Munich
Contact:

Re: Changing the white frame

Post 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.
Image
Dracuula
Newbie
Newbie
Posts: 4
Joined: Sat 3. Apr 2010, 22:40
Location: 95 - France

Re: Changing the white frame

Post by Dracuula »

Thank you very much, it works really well!
Post Reply