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}" 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! |
|

Posts: 16503
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
Posts: 8
Which makes perfect sense, now that you point it out!
So how do I reduce the height?
Posts: 22888
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
Posts: 22888
Also in the css file
.tableacpic td{ vertical-align: top; height:25px; }reduce the 25px
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 8
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.
Posts: 22888
It works for me.
see if clearing cache helps:
FAQ: How can I clear cached data?
???
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team