@anthony750 … not sure, i just add the following code to functions.php to the theme, then center the related post just working……
function relpost_align_cb( $align ) {
$align = ' relpost-align-center';
return $align;
}
add_filter( 'rpt_content_align', 'relpost_align_cb' );