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
Posts: 4
here is the link for my gallery3
http://shdmr.org/gallery/index.php/Vodozemci-Srbije/Caudata
Posts: 27300
Add
.g-album H2 { font-size: 1em; }to the bottom of the css file you are using.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 27300
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
Posts: 4
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