coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: justin411 on January 26, 2008, 07:01:35 PM

Title: Blix theme "views"
Post by: justin411 on January 26, 2008, 07:01:35 PM
Hi, all

I have decided to use the Blix theme but found a simple issue.

On the home screen on the random picture section, the title of the picture and the number of view are together.

Can someone tell me how I might fix this so that there is a break before the number of view?

See example on coppermine.com themes

G.E
Title: Re: Blix theme "views"
Post by: Nibbler on January 26, 2008, 07:08:29 PM
Add a definition for the thumb_title class into the css. Here is an example from the classic theme


.thumb_title {
        font-weight : bold;
        font-size: 80%;
        padding: 2px;
        display : block;
}