gallery titles
starrynight
Registered Users Posts: 69 Big grins
I have long gallery titles -- the code someone posted (sorry, I haven't kept track) showed me how to decrease the size of the font, which helps a bit. But, I can only get that code to work when I show the gallery name as a banner on the photo. How do I get the font smaller if I display the gallery names underneath the galleries?
/* titles on thumbs in folders */
.sm-tiles-vertical .sm-tile-album .sm-tile .sm-tile-content .sm-tile-info .sm-tile-title, .sm-tiles-row-organic ul li a p {
font-size: 100%!important;
padding-left: 0!important;
padding-right: 0!important;
color: #f3f3b2!important;
text-align: left;
overflow: visible !important;
white-space: normal !important;
height: 41px !important;
}
is there someway to change this? I'm guessing something about the first line?
This is a workaround that's not satisfying -- I really need to be able to display the whole gallery name, as I could in the legacy smugmug -- with line breaks if necessary, because my gallery names are informative and help me choose my pictures. Has anyone figured out how to display full gallery names, though? the font size fix is a poor replacement.
/* titles on thumbs in folders */
.sm-tiles-vertical .sm-tile-album .sm-tile .sm-tile-content .sm-tile-info .sm-tile-title, .sm-tiles-row-organic ul li a p {
font-size: 100%!important;
padding-left: 0!important;
padding-right: 0!important;
color: #f3f3b2!important;
text-align: left;
overflow: visible !important;
white-space: normal !important;
height: 41px !important;
}
is there someway to change this? I'm guessing something about the first line?
This is a workaround that's not satisfying -- I really need to be able to display the whole gallery name, as I could in the legacy smugmug -- with line breaks if necessary, because my gallery names are informative and help me choose my pictures. Has anyone figured out how to display full gallery names, though? the font size fix is a poor replacement.
0
Comments