Blix theme "views" Blix theme "views"
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Blix theme "views"

Started by justin411, January 26, 2008, 07:01:35 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

justin411

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

Nibbler

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