.single-post .entry-title {
text-align: center;
}
.x-sidebar .widget {
  text-align:center;
}
.single-page .entry-title {
text-align: center;
}
.single-Category .entry-title {
text-align: center;}
/**
 * Allow editing the robots.txt &amp; htaccess data.
 *
 * @param bool Can edit the robots &amp; htacess data.
 */

add_filter( 'rank_math/can_edit_file', '__return_true' );