no spacer between description and "XX times viewed" no spacer between description and "XX times viewed"
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

no spacer between description and "XX times viewed"

Started by gulasch, September 11, 2006, 05:47:55 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gulasch

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

Thanks for helping me.

Greets Stefan

Nibbler

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;
}

gulasch