Increase the portal width

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
OldSnake
Active Member
Posts: 4
Joined: 21. April 2010 22:21

Increase the portal width

Post by OldSnake »

Your Portal Version: 1.0.5
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Advanced knowledge
Boardlink: http://webinfected.net

What have you done before the problem was there?
Nothing, just installed the portal

What have you already tryed to solve the problem?
Changing some lines, trying to increase the width.

Description and Message
As you can see, the 3rd column is cut off. I would like the increase that space. To see the entire column.

And an other problem, some phrases do not fit in a single board, ex: "Estatísticas do Fórum", below "Menu do Utilizador", in the 3rd column ...

Waiting reply's ;)
Last edited by OldSnake on 22. April 2010 15:47, edited 1 time in total.
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: Increase the portal width

Post by Marc »

You can make the style fluid. Open styles/absolution/theme/forum-width.css
Find:

Code: Select all

#page-wrap {width: 1017px;};
Replace with:

Code: Select all

#page-wrap {
	min-width: 1017px;
	width: 95%;
}

Topic author
OldSnake
Active Member
Posts: 4
Joined: 21. April 2010 22:21

Re: Increase the portal width

Post by OldSnake »

I did what you said and nothing changed.

http://webinfected.net
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: Increase the portal width

Post by Marc »

Oh really? Try refreshing your browser cache, i.e. by pressing Ctrl + F5 oder Alt + F5.

Topic author
OldSnake
Active Member
Posts: 4
Joined: 21. April 2010 22:21

Re: Increase the portal width

Post by OldSnake »

Ok, i have edited the 1º post. To show you that i'm not a newbie.

And yes, i already refresh my browser cache. Purged my whole history, cookies, everything!

Still the same...
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: Increase the portal width

Post by Marc »

Isn't the page now a lot wider than it was before? What screen resolution are you using?

Topic author
OldSnake
Active Member
Posts: 4
Joined: 21. April 2010 22:21

Re: Increase the portal width

Post by OldSnake »

Marc wrote:Isn't the page now a lot wider than it was before? What screen resolution are you using?
Problem solve! My web page was not maximized...


Next problem:

Below the video, the text does not fit entirely in the blue rectangle. The same happen below the avatar.

Where we read:

Estatísticas do
Fórum

We should read:

Estatísticas do Fórum

In one line...
Locked

Return to “board3 Portal 1.0.x - English Support”