How do i change the middle 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
Forgoten Dynasty
Active Member
Posts: 9
Joined: 30. June 2008 01:33

How do i change the middle width

Post by Forgoten Dynasty »

i was looking in the ACP and i noticed their was not catagory for the middle

Image


What files do i edit to change the middle colum
User avatar

thomas.d
Former Team Member
Posts: 625
Joined: 19. January 2008 23:56
phpBB.de User: thomas.d
phpBB.com User: thomas.d
Contact:

Re: How do i change the middle width

Post by thomas.d »

Hi FD (here we greet each other ... ;) )

open

/root/styles/*your_style*/template/portal/portal_body.html

Find

Code: Select all

<table cellpadding="0" cellspacing="0" border="0" width="100%">
Now play with the width="100%"-thing ...

Note:

Your left and right column are 180 pixels each.

Add 20 pixels padding between blocks.

So 380 pixels are consumed by left and right blocks plus paddings.

The rest is the width of your center blocks.

For example, if you want it as wide as the left/right blocks then change

Code: Select all

width="100%"
to

Code: Select all

width="360"
and so on ...
Viele Grüße

Thomas

Deutsche Sprachdateien für
[Alpha] phpBB Calendar 0.0.8 (alightner) | [RC] phpBB Arcade 1.0.RC8 |
ACP Add User MOD 1.0.0 |

Topic author
Forgoten Dynasty
Active Member
Posts: 9
Joined: 30. June 2008 01:33

Re: How do i change the middle width

Post by Forgoten Dynasty »

hey thanks alot problem solved :)
Locked

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