coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: gulasch on September 11, 2006, 05:47:55 PM

Title: no spacer between description and "XX times viewed"
Post by: gulasch on September 11, 2006, 05:47:55 PM
Hi guys,

i've built in CPG 1.4.9 in my existing website layout. It works all fine apart from a little mistake:

When you click on "most viewed pictures" you see the picture, underneath it the description and "XXX times viewed". But now i have the problem that the description and the "XXX times viewed" are running together. Theres no space or better a new line. And i cant find the file to change. Does anybody knows, where i can change it?

To see, what i mean click here: http://www.lacostablanca.de/coppermine/thumbnails.php?album=topn&cat=0 (http://www.lacostablanca.de/coppermine/thumbnails.php?album=topn&cat=0)

Thanks for helping me.

Greets Stefan
Title: Re: no spacer between description and "XX times viewed"
Post by: Nibbler on September 11, 2006, 07:49:51 PM
You have removed all of Coppermine's css, so such issues are to be expected. Put back the thumb_title class and it will be displayed correctly.


.thumb_title {
        font-weight : bold;
        font-size: 80%;
        padding: 2px;
        display : block;
}
Title: Re: no spacer between description and "XX times viewed"
Post by: gulasch on September 13, 2006, 08:40:09 AM
Thanks a lot. Now it works perfectly  :-*