Page 1 of 1

Increase the portal width

Posted: 21. April 2010 22:36
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 ;)

Re: Increase the portal width

Posted: 21. April 2010 22:42
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%;
}

Re: Increase the portal width

Posted: 22. April 2010 00:41
by OldSnake
I did what you said and nothing changed.

http://webinfected.net

Re: Increase the portal width

Posted: 22. April 2010 07:27
by Marc
Oh really? Try refreshing your browser cache, i.e. by pressing Ctrl + F5 oder Alt + F5.

Re: Increase the portal width

Posted: 22. April 2010 16:00
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...

Re: Increase the portal width

Posted: 22. April 2010 16:07
by Marc
Isn't the page now a lot wider than it was before? What screen resolution are you using?

Re: Increase the portal width

Posted: 22. April 2010 19:59
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...