Options

Long Gallery Names don't fit

oceanthrstyoceanthrsty Registered Users Posts: 134 Major grins
edited August 19, 2013 in SmugMug Customization
So I'm using the grid view to show my galleries. But some of them are too long to fit, any way I can either make the text smaller or better yet, have it wrap the text?

Comments

  • Options
    macromeistermacromeister Registered Users Posts: 490 Major grins
    edited August 19, 2013
    So I'm using the grid view to show my galleries. But some of them are too long to fit, any way I can either make the text smaller or better yet, have it wrap the text?

    Exactly how long are they?
    I'm Rob Ashcroft - MACROMEISTER IMAGES . . . .
  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited August 19, 2013
    So I'm using the grid view to show my galleries. But some of them are too long to fit, any way I can either make the text smaller or better yet, have it wrap the text?
    I put this in my "all folders" CSS. It removes the icon and makes font slightly smaller. Best I could do
    to get the text smaller. Also set the color.
    .sm-tile-folder .sm-tile-type-icon:after, 
    .sm-tile-album .sm-tile-type-icon:after {
      display: none;
    }
    
         /* titles on thumbs in folders */
    .sm-tiles-grid ul li a p {
      font-size: 95%!important;
      padding-left: 0!important;
      padding-right: 0!important;
      color: gold!important;
    }
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.