Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    In wp-photo-album-plus/theme/wppa-style.css:

    .wppa-thumb-text class for thumbnails,

    /* Full size photo */
    .imagetitle {
        text-align: center;
    	cursor: default;
    }
    
    .imagedesc {
        text-align: center;
    	cursor: default;
    }

    for fullsize.

    change center to left

    If you make a copy of this file and place it in your theme dir, this copy will heve precedence over the normal version, so you need not to modify again after update.
    See: This documentation page.

    Thread Starter jiminhi

    (@jiminhi)

    Thanks for the quick response!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP Photo Album Plus] Photo description alignment’ is closed to new replies.