Quantcast
Channel: forum.coppermine-gallery.net
Viewing all articles
Browse latest Browse all 9527

Re: Add the date above the thumbnail

$
0
0
For the curve theme it goes like that:

Open themes/curve/style.css and

FIND

Code: [Select]
.thumbnails {
    background: #EFEFEF ;
    padding: 5px;
}

REPLACE WITH

[code]
.thumbnails {
    position: relative;
    background: #EFEFEF ;
    padding: 5px;...

Viewing all articles
Browse latest Browse all 9527

Trending Articles