forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: Biggi on March 12, 2005, 11:48:41 pm

Title: Distance between image and filmstrip
Post by: Biggi on March 12, 2005, 11:48:41 pm
Hi  :)

I tried dozens of changes, but I can't find a solution...

I would like to have a distance between the table of the original image and the display of the filmstrip. The distance should be round about 25 Px. Right now the filmstrip is displayed directly under the image. Can anybody give a tip? I'd be glad about it...

Btw: I use the theme "hardwired" and my gallery can be found on http://www.bildmomente.de/Galerie2/.

Thanks in advance and many regards,
Biggi
Title: Re: Distance between image and filmstrip
Post by: Biggi on March 13, 2005, 02:16:08 pm
Any help is still appreciated. Just can't find a solution though testing and testing...  ???
Title: Re: Distance between image and filmstrip
Post by: kegobeer on March 13, 2005, 02:41:22 pm
In your theme.php, find

Code: [Select]
        <td valign="bottom" class="thumbnails" align="center">
          {THUMB_STRIP}

and try this

Code: [Select]
        <td valign="bottom" class="thumbnails" align="center"><br>
          {THUMB_STRIP}

Add as many <br> as you need to achieve the space you want.
Title: Re: Distance between image and filmstrip
Post by: Biggi on March 13, 2005, 06:24:39 pm
Thank you! I just solved it, bevor reading your answer  ;)

Yes, it was just "<br>" in theme.php within the HTML-Template for film-strip display. Such simple and I've searched for hours  ;D

Thanks and regards,
Biggi