album text is too big, any solution?

shdmr

Joined: 2013-07-04
Posts: 4
Posted: Thu, 2013-07-04 08:46

Hi all,

I am new here and to gallery3 :)

Gallery 3 is such great solution but i have one problem, albums text is to big and its not showed properly

Is there any option to make that font size smaller? i searched in advanced but i cant find nothing :/

Best regards,
Aleksandar

 
shdmr

Joined: 2013-07-04
Posts: 4
Posted: Thu, 2013-07-04 08:47
 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2013-07-04 15:57

Add

.g-album H2 {
font-size: 1em;
}

to the bottom of the css file you are using.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2013-07-04 20:25

This might be a bit more to your liking:

.g-album H2 {
font-size: 1.2em;
}
span.g-album {
margin-bottom: -35px;
}
.g-album {
padding-bottom: 35px!important;
}

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
shdmr

Joined: 2013-07-04
Posts: 4
Posted: Thu, 2013-07-04 22:48

Thank you very much Dave :) can you just tell me which file to edit, there is few files inside theme css folder :)

Best regards,
Aleksandar

edit** tried with screen.css and it worked like a charm, thank you very much again :)