Page 1 of 1

Change width of portal and board index

Posted: 27. August 2010 00:46
by Span
Your Portal Version: 1.05
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
Boardlink: http://www.s3xyclan.com/main/phpBB3/portal.php

What have you done before the problem was there?
Searched every css a for some sort of reference on changing the size of forum and portal width.

What have you already tryed to solve the problem?
Come here

Description and Message
So the board 3 tab in the acp shows I can change the left and right columns. I want to change the entire width of the page so it fills the browser properly. For the life of me I cant find it in this style.

I got the style from http://www.phpbb3styles.net/db/style/DVGFX

Last post i made you guys refused to look at it because of copyright information? I have not removed anything from the style and you can download and look at it yourself. Obviously i'm not the talented if I am here begging for help to increased the width of my page.

Re: Change width of portal and board index

Posted: 27. August 2010 08:27
by archivar
Span wrote: Last post i made you guys refused to look at it because of copyright information? I have not removed anything from the style and you can download and look at it yourself. Obviously i'm not the talented if I am here begging for help to increased the width of my page.[/i]
Hi,
so you see what I mean:

at the lower edge of your page:
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group

Code: Select all

	<div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group
at the lower edge of the demo site with Copyright Designer:
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group | DVGFX by: Matt

Code: Select all

	<div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group | DVGFX by: <a href="http://dvgfx.blogspot.com">Matt</a>
Look in the overall_footer.html and change that please.

Re: Change width of portal and board index

Posted: 27. August 2010 14:12
by Span
Ok it's there. For the record it was not in the skin I downloaded on the site I provided above. Please don't think I removed it. Let's get down to business. I'd really appreciate your expertise on fixing the two support tickets I put in. Thanks in advance.

Change width of portal and board index for Style DVGFX

Posted: 27. August 2010 14:25
by archivar
Hi,
try using this for Style DVGFX:
open: root/styles/DVGFX/theme/common.css
Find
Tip: This may be a partial find and not the whole line.

Code: Select all

max-width: 1000px;
Replace with
Tip: Replace the preceding line(s) to find with the following lines.

Code: Select all

max-width: 95%;

Re: Change width of portal and board index

Posted: 27. August 2010 14:48
by Span
I did it. I am behind a firewall at work. So I can't see the change until I get home. I'll let you know if I everything is good once I can get home and look at it. Thanks.