Add a CSS content block to the ALL GALLERIES section on your site and then add this CSS code to it:CSS/*Center gallery title*/
.sm-gallery-cover-title {
text-align: center;
}CSS
SmugMug shows only one line of gallery titles and some of you would like to show more. Using this code you can display 4 lines of text below their gallery thumbnails.CSS/*-----Show full gallery titles-----*/
.sm-tiles-grid.sm-tiles-info-after .sm-tile-info-text {
display: -webkit-box;
...