Page 1 of 1

How to reduce spacing between blocks on portal

Posted: 23. February 2012 06:54
by ishaqkalota
Your Portal Version: 1.0.6
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner
Boardlink: http://www.godhra.org

What have you done before the problem was there?
I searched in this forum, and I also clicked on Knowledge base but could not find any topics related to my subject.

What have you already tryed to solve the problem?
I tried modifying various margin padding values in the portal.css, but no luck.

Description and Message
There is too much blank spacing between blocks on all left, right, and center blocks. I would like to keep the blocks close to each other with a very thin line of spacing.
Can anyone out there help fix this issue.


Thanks.

Re: How to reduce spacing between blocks on portal

Posted: 23. February 2012 17:44
by archivar
ishaqkalota wrote:Your Portal Version: 1.0.6
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner
Boardlink: http://www.godhra.org

What have you done before the problem was there?
I searched in this forum, and I also clicked on Knowledge base but could not find any topics related to my subject.

What have you already tryed to solve the problem?
I tried modifying various margin padding values in the portal.css, but no luck.

Description and Message
There is too much blank spacing between blocks on all left, right, and center blocks. I would like to keep the blocks close to each other with a very thin line of spacing.
Can anyone out there help fix this issue.


Thanks.
Search in root / styles / prosilver / template / portal / _block_config.html:
Removed at the end of line 6 and line 12

Code: Select all

<br style="clear:both" />
Change the value 10 at line 18.

Re: How to reduce spacing between blocks on portal

Posted: 24. February 2012 01:35
by ishaqkalota
Thank you so much! That worked like a charm!..