reducing empty space between rows of thumbnails

chase926

Joined: 2009-10-20
Posts: 8
Posted: Sat, 2009-10-24 19:54

I'm trying to reduce the space between the rows of thumbnails on my album page in PG theme.

http://www.hudsonsupermarket.com.previewdns.com/gallery/main.php

I read an older post that suggested removing the line in bold below from my album.tpl:

<td class="{if $child.canContainChildren}giAlbumCell gcBackground1{else}giItemCell{/if}"
style="width: {$theme.columnWidthPct}%">

I tried that but nothing changed, although the above reference concerned the Matrix theme.

Anyone have suggestions on how to move the rows closer together?

Thanks!

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Sat, 2009-10-24 21:03

What you're referring to is the width, that would be this spacing, the spacing between columns:

| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |

The spacing between rows would be this:

----------------------

----------------------

----------------------

----------------------

Which would be the height.

____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
chase926

Joined: 2009-10-20
Posts: 8
Posted: Sat, 2009-10-24 22:20

Which makes perfect sense, now that you point it out!

So how do I reduce the height?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 22888
Posted: Sun, 2009-10-25 05:53

In the source there is
<br/><br/><br/>
So you could look for that in the album.tpl file.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 22888
Posted: Sun, 2009-10-25 05:56

Also in the css file

.tableacpic td{
    vertical-align: top;
    height:25px;
}

reduce the 25px

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
chase926

Joined: 2009-10-20
Posts: 8
Posted: Sun, 2009-10-25 13:33

Thanks for the suggestions, Dave--I sincerely appreciate your time and trouble!

I tried them and was still unsuccessful at changing the spacing, but I've been more successful at convincing the style mavens in charge that the existing spacing is perfectly acceptable.

If I could just solve the mailto link on the photo page issue I'd have this project wrapped up.

Much thanks again.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 22888
Posted: Sun, 2009-10-25 17:40
Quote:
I tried them and was still unsuccessful at changing the spacing,

It works for me.
see if clearing cache helps:
FAQ: How can I clear cached data?

Quote:
If I could just solve the mailto link on the photo page issue I'd have this project wrapped up.

???

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team