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.
Change width of portal and board index
-
- Portal Professional
- Posts: 1959
- Joined: 19. April 2009 21:34
- phpBB.de User: archivar
- phpBB.com User: archivar
- Location: Deutschland
Re: Change width of portal and board index
Hi,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]
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> © 2000, 2002, 2005, 2007 phpBB Group
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> © 2000, 2002, 2005, 2007 phpBB Group | DVGFX by: <a href="http://dvgfx.blogspot.com">Matt</a>
V.G. archivar
sorry for my bad english
sorry for my bad english
-
Topic author - Active Member
- Posts: 32
- Joined: 25. August 2010 00:07
- phpBB.de User: spanspace
- phpBB.com User: spanspace
- Contact:
Re: Change width of portal and board index
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.
-
- Portal Professional
- Posts: 1959
- Joined: 19. April 2009 21:34
- phpBB.de User: archivar
- phpBB.com User: archivar
- Location: Deutschland
Change width of portal and board index for Style DVGFX
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.
Replace with
Tip: Replace the preceding line(s) to find with the following lines.
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;
Tip: Replace the preceding line(s) to find with the following lines.
Code: Select all
max-width: 95%;
V.G. archivar
sorry for my bad english
sorry for my bad english
-
Topic author - Active Member
- Posts: 32
- Joined: 25. August 2010 00:07
- phpBB.de User: spanspace
- phpBB.com User: spanspace
- Contact:
Re: Change width of portal and board index
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.