forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: stephan_s on September 24, 2005, 05:31:35 pm

Title: Centering album titles over thumbs
Post by: stephan_s on September 24, 2005, 05:31:35 pm
HI!

Well, I was searching through the forums for this, but I couldn't find an answer.

I am looking for a way to center the albumtitles over the thumbnails. I deleted the album info boxes so that the thumbs are centered, but the titles stay where they are. Now I'm not too familiar with php and I don't want to delete anything that's important.

Can you help me with this?

You can see my album here: http://www.stephanart.com/gallery/index.php


Thanks in advance
Title: Re: Centering album titles over thumbs
Post by: Joachim Müller on September 24, 2005, 07:15:57 pm
edit http://www.stephanart.com/gallery/themes/stephan/theme.php, find
Code: [Select]
                        <a href="{ALB_LINK_TGT}" class="alblink"><b>{ALBUM_TITLE}</b></a>and edit accordingly. Nice theme btw!
Title: Re: Centering album titles over thumbs
Post by: stephan_s on September 24, 2005, 08:27:37 pm
Hey, thanks for the quick reply!

That helped