Center the Text of the Gallery Names

Update: 2015-09-29: Update to fix this for changes SmugMug made to allow 2 lines of titles. If you would like to center the text of gallery names while browsing in a folder, use the following code. Add the following code to your theme's Advanced CSS settings:

/* Align the text in the center */
.sm-tiles-grid .sm-tiles-list .sm-tile-info .sm-tile-title {
   text-align: center;
}

/* Make the tile info div fill the width so things can center */
.sm-tile-info-text {
    width: 100%;
}
From: http://www.dgrin.com/showthread.php?p=1918979#post1918979

Comments

  • No Comments
Powered by SmugMug Owner Log In