Your Portal Version:
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
What have you done before the problem was there?
What have you already tryed to solve the problem?
Description and Message
For the past hour I've been searching through portal.css trying to find where to reduce the distance between each column. I would like to reduce the distance between the left, center and right columns. Where is this variable? I do have portalview installed, but the distance was the same before as well. So I'm assuming the change I want to make has to do with board3. Thanks!
Where to change padding between columns?
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.
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.
-
Topic author - Active Member
- Posts: 12
- Joined: 15. February 2009 03:04
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: Where to change padding between columns?
Open styles/*yourstyle*/template/portal/portal_body.html
Find:
Adjust the padding to your needs.
Find:
Adjust the width to your needs.
Find:
Adjust the width to your needs.
Find:
Adjust the padding to your needs.
Find:
Code: Select all
<td valign="top" style="width: {PORTAL_LEFT_COLUMN}px; padding-right:6px;">
Find:
Code: Select all
<!-- [-] left block area -->
<td style="width:4px;" valign="top"></td>
Find:
Code: Select all
<!-- [-] center block area -->
<td style="width:4px;" valign="top"> </td>
Find:
Code: Select all
<td valign="top" style="width: {PORTAL_RIGHT_COLUMN}px; padding-left:6px;">